forked from srbala/fedora-kickstarts
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:
parent
1abecdd463
commit
5c7f39323d
15
fedora-disk-workstation.ks
Normal file
15
fedora-disk-workstation.ks
Normal 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
|
21
fedora-disk-xbase.ks
Normal file
21
fedora-disk-xbase.ks
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
%packages
|
||||||
|
@base-x
|
||||||
|
@fonts
|
||||||
|
@input-methods
|
||||||
|
@multimedia
|
||||||
|
@printing
|
||||||
|
-@guest-desktop-agents
|
||||||
|
|
||||||
|
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
||||||
|
aajohan-comfortaa-fonts
|
||||||
|
|
||||||
|
# anaconda needs the locales available to run for different locales
|
||||||
|
glibc-all-langpacks
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
# Explicitly set graphical.target as default as this is how initial-setup detects which version to run
|
||||||
|
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
|
||||||
|
|
||||||
|
%end
|
Loading…
Reference in New Issue
Block a user