From cea427f38d7993cdf156ef109184495accbaa289 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 15 Sep 2024 16:22:09 +0100 Subject: [PATCH] Cleaned up ALBERT's config in preparation to deploy to other nodes --- albert/kickstart.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albert/kickstart.cfg b/albert/kickstart.cfg index 61be99b..6586a20 100644 --- a/albert/kickstart.cfg +++ b/albert/kickstart.cfg @@ -6,6 +6,7 @@ %include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/services.cfg %include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/bootloader.cfg %include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/disk_layout.cfg +## -- unique disk layout and neworking %include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/disk_layout_lvm.cfg %include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/networking.cfg # -- disable firewalld @@ -28,7 +29,6 @@ %post --erroronfail --log=/root/kickstart-post.log -#%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/kickstart-post.cfg %include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/rocky/post.cfg %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/albert/post.cfg