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