live-base: pass explicit --device option to network
work to avoid Error: creating Live CD: No --device specified with network kickstart command
This commit is contained in:
parent
91a99a0635
commit
3ad15c2869
@ -18,7 +18,7 @@ zerombr
|
||||
clearpart --all
|
||||
part / --size 5120 --fstype ext4
|
||||
services --enabled=NetworkManager,ModemManager --disabled=network,sshd
|
||||
network --bootproto=dhcp --activate
|
||||
network --bootproto=dhcp --device=link --activate
|
||||
shutdown
|
||||
|
||||
%include fedora-repo.ks
|
||||
|
Loading…
Reference in New Issue
Block a user