Add Workstation disk image for aarch64

This is a generic disk image that should be usable on any architecture with
imagefactory or live-media-creator (possibly with package tweaks).

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson
2017-04-12 16:57:21 +01:00
parent 1abecdd463
commit 5c7f39323d
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
%include fedora-disk-base.ks
%include fedora-disk-xbase.ks
%include fedora-workstation-common.ks
bootloader --append="cma=256MB"
%packages
-initial-setup
-initial-setup-gui
%end
%post
%end