From b6b4fc2f5375869c474ebef987fafc0f857f0be0 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 29 Dec 2024 19:28:22 +0000 Subject: [PATCH] post.sh, not post.cfg! --- tupper/kickstart.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tupper/kickstart.cfg b/tupper/kickstart.cfg index c0c719c..0e607fb 100644 --- a/tupper/kickstart.cfg +++ b/tupper/kickstart.cfg @@ -30,7 +30,7 @@ %post --erroronfail --log=/root/kickstart-post.log %include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/centos9/post.sh -%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/post.cfg -%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/tupper/post.cfg +%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/post.sh +%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/tupper/post.sh #%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/cron.cfg %end