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
1 changed files with 1 additions and 1 deletions

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