From b8472d7f877672a6356038f382f8891278c05fb7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: May 06 2014 17:27:01 +0000 Subject: 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 --- diff --git a/fedora-arm-desktop.ks b/fedora-arm-desktop.ks deleted file mode 100644 index dbb98a3..0000000 --- a/fedora-arm-desktop.ks +++ /dev/null @@ -1,12 +0,0 @@ -%include fedora-arm-base.ks -%include fedora-arm-xbase.ks -%include fedora-desktop-packages.ks -%include fedora-arm-partitioning.ks - -part / --size=5000 --fstype ext4 - -%packages --initial-setup - -%end - diff --git a/fedora-arm-workstation.ks b/fedora-arm-workstation.ks new file mode 100644 index 0000000..7d758b4 --- /dev/null +++ b/fedora-arm-workstation.ks @@ -0,0 +1,13 @@ +%include fedora-arm-base.ks +%include fedora-arm-xbase.ks +%include fedora-workstation-packages.ks +%include fedora-arm-partitioning.ks + +part / --size=5000 --fstype ext4 + +%packages +-initial-setup +-initial-setup-gui + +%end +