mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2024-11-22 05:47: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
|
%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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user