From 1366cd8f44e50f33d0f267412cff4600ba41713d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 16 Aug 2017 18:20:35 +0100 Subject: [PATCH] ARM images: remove bits we don't need/want to help reduce image size Signed-off-by: Peter Robinson --- fedora-arm-base.ks | 3 +++ fedora-arm-minimal.ks | 4 ++++ fedora-disk-base.ks | 5 +++-- fedora-disk-minimal.ks | 4 ++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 7602955..ceeea87 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -30,6 +30,7 @@ dracut-config-generic -dracut-config-rescue # install tools needed to manage and boot arm systems @arm-tools +-uboot-images-armv8 rng-tools chrony extlinux-bootloader @@ -39,6 +40,8 @@ initial-setup-gui -iwl* -ipw* -trousers-lib +-usb_modeswitch +-iproute-tc #lets resize / on first boot # dracut-modules-growroot diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index 7a62dc8..62d1e4f 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -4,3 +4,7 @@ part /boot --size=512 --fstype ext4 part swap --size=256 --fstype swap part / --size=1256 --fstype ext4 + +%packages +-xkeyboard-config +%end diff --git a/fedora-disk-base.ks b/fedora-disk-base.ks index 27a7465..b45bcf4 100644 --- a/fedora-disk-base.ks +++ b/fedora-disk-base.ks @@ -40,15 +40,16 @@ dracut-config-generic -dracut-config-rescue # install tools needed to manage and boot arm systems @arm-tools +-uboot-images-armv7 rng-tools chrony bcm283x-firmware -uboot-images-armv8 --uboot-images-armv7 initial-setup -iwl* -ipw* -trousers-lib +-usb_modeswitch +-iproute-tc -generic-release* # make sure all the locales are available for inital0-setup and anaconda to work diff --git a/fedora-disk-minimal.ks b/fedora-disk-minimal.ks index 8fa96ba..643b282 100644 --- a/fedora-disk-minimal.ks +++ b/fedora-disk-minimal.ks @@ -4,3 +4,7 @@ services --enabled=sshd,NetworkManager,chronyd,initial-setup autopart --type=plain + +%packages +-xkeyboard-config +%end