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