commit d8f9852e473420c637cd1ade4bc60f834b4b9bee Author: Dennis Gilmore dennis@ausil.us Date: Sat Apr 12 08:49:27 2014 -0500
remove @dial-up and @standard from the minimal arm image
fedora-arm-minimal-vfat.ks | 5 +++++ fedora-arm-minimal.ks | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) --- diff --git a/fedora-arm-minimal-vfat.ks b/fedora-arm-minimal-vfat.ks index 85a7d91..8e5a025 100644 --- a/fedora-arm-minimal-vfat.ks +++ b/fedora-arm-minimal-vfat.ks @@ -4,6 +4,11 @@ part swap --size=128 --fstype swap part / --size=1400 --fstype ext4
+%packages +-@standard +-@dial-up +%end + %post
# setup systemd to boot to the right runlevel diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index b6faee6..844f2d1 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -4,6 +4,11 @@ part swap --size=128 --fstype swap part / --size=1400 --fstype ext4
+%packages +-@standard +-@dial-up +%end + %post
# setup systemd to boot to the right runlevel