add start network

This commit is contained in:
Trevor Batley 2024-10-22 17:28:09 +11:00
parent c8cf80e4c9
commit 7b228f6e62

View File

@ -21,6 +21,8 @@ eula --agreed
%addon com_redhat_kdump --disable %addon com_redhat_kdump --disable
%end %end
# Start network
network --bootproto=dhcp
# Add netinstall repos # Add netinstall repos
#this one gives curl 6 errors on netinstall while added manually works from time to time #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 to install
%packages %packages
dracut-live
@^minimal @^minimal
@base @base
@core @core
-chrony -chrony
-kexec-tools -kexec-tools
dracut-live
%end %end