1eb31e65fd
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
26 lines
526 B
Plaintext
26 lines
526 B
Plaintext
%packages
|
|
microdnf
|
|
-@standard
|
|
-initial-setup-gui
|
|
-generic-release*
|
|
-glibc-all-langpacks
|
|
-xkeyboard-config
|
|
# recommended by iproute, we don't want it in minimal
|
|
-iproute-tc
|
|
# recommended by gnutls, we don't want it in minimal
|
|
-trousers
|
|
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
|