ARM images: remove bits we don't need/want to help reduce image size

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson
2017-08-16 18:20:35 +01:00
parent d5e9ab1d4b
commit 98eed504de
4 changed files with 14 additions and 2 deletions

View File

@@ -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