mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2024-11-21 13:37:28 +01:00
add start network
This commit is contained in:
parent
c8cf80e4c9
commit
7b228f6e62
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user