mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 05:05:17 +00:00
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
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
@ -33,18 +34,14 @@ util-linux #
|
||||
coreutils # Core GNU utilities
|
||||
systemd # System and Service Manager
|
||||
glibc-minimal-langpack # "Minimal language packs for glibc"
|
||||
grubby # "Command line tool for updating bootloader configs"
|
||||
grub2-efi-x64 # "GRUB for EFI systems"
|
||||
qemu-guest-agent # "QEMU guest agent"
|
||||
spice-vdagent # "Agent for Spice guests"
|
||||
glibc
|
||||
efibootmgr # "EFI Boot Manager"
|
||||
pciutils # Pciutils provides lspci commandline tool and is not installed by default
|
||||
audit
|
||||
basesystem
|
||||
curl
|
||||
dhcp-client
|
||||
dnf
|
||||
filesystem
|
||||
glibc
|
||||
grubby
|
||||
e2fsprogs
|
||||
hostname
|
||||
iproute
|
||||
iputils
|
||||
@ -52,19 +49,26 @@ kbd
|
||||
less
|
||||
man-db
|
||||
ncurses
|
||||
parted
|
||||
passwd
|
||||
policycoreutils
|
||||
procps-ng
|
||||
rootfiles
|
||||
rpm
|
||||
selinux-policy-targeted
|
||||
setup
|
||||
shadow-utils
|
||||
sudo
|
||||
systemd
|
||||
util-linux
|
||||
vim-minimal
|
||||
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-common # Fedora release files
|
||||
-fedora-release-identity-basic # ???
|
||||
|
Loading…
Reference in New Issue
Block a user