From b8472d7f877672a6356038f382f8891278c05fb7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 6 May 2014 12:27:01 -0500 Subject: [PATCH] include the workstation packages on the arm workstation image. ensure that initial-setup and initail-setup-gui are not on the image as gnome has its ownsetup tool --- fedora-arm-desktop.ks => fedora-arm-workstation.ks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename fedora-arm-desktop.ks => fedora-arm-workstation.ks (73%) diff --git a/fedora-arm-desktop.ks b/fedora-arm-workstation.ks similarity index 73% rename from fedora-arm-desktop.ks rename to fedora-arm-workstation.ks index dbb98a3..7d758b4 100644 --- a/fedora-arm-desktop.ks +++ b/fedora-arm-workstation.ks @@ -1,12 +1,13 @@ %include fedora-arm-base.ks %include fedora-arm-xbase.ks -%include fedora-desktop-packages.ks +%include fedora-workstation-packages.ks %include fedora-arm-partitioning.ks part / --size=5000 --fstype ext4 %packages -initial-setup +-initial-setup-gui %end