From 7b228f6e627b5cd09108b6a683200d83589f9265 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 22 Oct 2024 17:28:09 +1100 Subject: [PATCH] add start network --- Packages/sme-kickstart.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Packages/sme-kickstart.cfg b/Packages/sme-kickstart.cfg index fbc0e0e..2e5412f 100644 --- a/Packages/sme-kickstart.cfg +++ b/Packages/sme-kickstart.cfg @@ -21,6 +21,8 @@ eula --agreed %addon com_redhat_kdump --disable %end +# Start network +network --bootproto=dhcp # Add netinstall repos #this one gives curl 6 errors on netinstall while added manually works from time to time @@ -36,12 +38,12 @@ url --url=https://dl.rockylinux.org/pub/rocky/8/AppStream/$basearch/os/ # Packages to install %packages +dracut-live @^minimal @base @core -chrony -kexec-tools -dracut-live %end