mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-09 00:20:31 +08:00
Add minimal 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). It creates a minimal-common.ks to share as much as possible with the ARMv7 specific fedora-arm-minimal.ks Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
19
fedora-minimal-common.ks
Normal file
19
fedora-minimal-common.ks
Normal file
@@ -0,0 +1,19 @@
|
||||
%packages
|
||||
-@standard
|
||||
-initial-setup-gui
|
||||
-generic-release*
|
||||
-glibc-all-langpacks
|
||||
glibc-langpack-en
|
||||
iw
|
||||
NetworkManager-wifi
|
||||
%end
|
||||
|
||||
%post
|
||||
|
||||
# setup systemd to boot to the right runlevel
|
||||
echo -n "Setting default runlevel to multiuser text mode"
|
||||
rm -f /etc/systemd/system/default.target
|
||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||
echo .
|
||||
|
||||
%end
|
||||
Reference in New Issue
Block a user