mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-02-25 08:34:37 +00:00
minimal: drop
Remove the `fedora-disk-minimal.ks` file. Fedora Minimal disk images are not built by ImageFactory/oz. Having this file here is confusing. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
e875df9b80
commit
c8791014ed
@ -1,6 +0,0 @@
|
||||
%include fedora-disk-base.ks
|
||||
%include fedora-minimal-common.ks
|
||||
|
||||
services --enabled=sshd,NetworkManager,chronyd,initial-setup
|
||||
|
||||
autopart --type=plain --noswap
|
@ -1,23 +0,0 @@
|
||||
%packages
|
||||
dnf5
|
||||
-@standard
|
||||
-initial-setup-gui
|
||||
-generic-release*
|
||||
-glibc-all-langpacks
|
||||
# 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"
|
||||
systemctl set-default multi-user.target
|
||||
echo .
|
||||
|
||||
%end
|
Loading…
Reference in New Issue
Block a user