1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-28 16:57:22 +00:00

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:
Rex Dieter 2016-02-11 09:16:20 -06:00
parent 91a99a0635
commit 3ad15c2869

View File

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