From 3ad15c28699bafe5d5baa316eafd884d88329986 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 11 Feb 2016 09:16:20 -0600 Subject: [PATCH] live-base: pass explicit --device option to network work to avoid Error: creating Live CD: No --device specified with network kickstart command --- fedora-live-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index eab367a..778fd60 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -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