From d8f9852e473420c637cd1ade4bc60f834b4b9bee Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 12 Apr 2014 08:49:27 -0500 Subject: [PATCH] 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(+) 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