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
%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