trim nano further
This commit is contained in:
parent
4cf7a11d5f
commit
20d698943e
@ -17,10 +17,11 @@ rootpw --lock --iscrypted locked # Lock the root account
|
|||||||
|
|
||||||
selinux --enforcing # Make sure SELinux is in enforced mode
|
selinux --enforcing # Make sure SELinux is in enforced mode
|
||||||
firewall --enabled --service=mdns # Make sure the firewall is enabled
|
firewall --enabled --service=mdns # Make sure the firewall is enabled
|
||||||
services --enabled=NetworkManager,libvirtd --disabled=sshd
|
services --enabled=NetworkManager --disabled=sshd
|
||||||
network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllome-alpha # Configure network interfaces and set hostname. "link" selects the first device reaching an up state
|
network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllome-alpha # Configure network interfaces and set hostname. "link" selects the first device reaching an up state
|
||||||
|
|
||||||
zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record
|
zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record
|
||||||
|
clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default.
|
||||||
|
|
||||||
%packages --excludedocs --nocore --exclude-weakdeps
|
%packages --excludedocs --nocore --exclude-weakdeps
|
||||||
|
|
||||||
@ -33,18 +34,14 @@ util-linux #
|
|||||||
coreutils # Core GNU utilities
|
coreutils # Core GNU utilities
|
||||||
systemd # System and Service Manager
|
systemd # System and Service Manager
|
||||||
glibc-minimal-langpack # "Minimal language packs for glibc"
|
glibc-minimal-langpack # "Minimal language packs for glibc"
|
||||||
grubby # "Command line tool for updating bootloader configs"
|
glibc
|
||||||
grub2-efi-x64 # "GRUB for EFI systems"
|
efibootmgr # "EFI Boot Manager"
|
||||||
qemu-guest-agent # "QEMU guest agent"
|
|
||||||
spice-vdagent # "Agent for Spice guests"
|
|
||||||
pciutils # Pciutils provides lspci commandline tool and is not installed by default
|
pciutils # Pciutils provides lspci commandline tool and is not installed by default
|
||||||
|
audit
|
||||||
basesystem
|
basesystem
|
||||||
curl
|
curl
|
||||||
dhcp-client
|
dhcp-client
|
||||||
dnf
|
e2fsprogs
|
||||||
filesystem
|
|
||||||
glibc
|
|
||||||
grubby
|
|
||||||
hostname
|
hostname
|
||||||
iproute
|
iproute
|
||||||
iputils
|
iputils
|
||||||
@ -52,19 +49,26 @@ kbd
|
|||||||
less
|
less
|
||||||
man-db
|
man-db
|
||||||
ncurses
|
ncurses
|
||||||
|
parted
|
||||||
passwd
|
passwd
|
||||||
policycoreutils
|
policycoreutils
|
||||||
procps-ng
|
procps-ng
|
||||||
rootfiles
|
rootfiles
|
||||||
rpm
|
|
||||||
selinux-policy-targeted
|
selinux-policy-targeted
|
||||||
setup
|
setup
|
||||||
shadow-utils
|
shadow-utils
|
||||||
sudo
|
sudo
|
||||||
systemd
|
|
||||||
util-linux
|
|
||||||
vim-minimal
|
vim-minimal
|
||||||
yum
|
yum
|
||||||
|
NetworkManager
|
||||||
|
dnf-plugins-core
|
||||||
|
dracut-config-rescue
|
||||||
|
fedora-repos-modular
|
||||||
|
firewalld
|
||||||
|
plymouth
|
||||||
|
systemd-oomd-defaults
|
||||||
|
systemd-resolved
|
||||||
|
zram-generator-defaults
|
||||||
-fedora-release # Fedora release-notes
|
-fedora-release # Fedora release-notes
|
||||||
-fedora-release-common # Fedora release files
|
-fedora-release-common # Fedora release files
|
||||||
-fedora-release-identity-basic # ???
|
-fedora-release-identity-basic # ???
|
||||||
|
Loading…
x
Reference in New Issue
Block a user