remove systemd-resolve as service, bump efi partition to 1 GiB and change name of packages

This commit is contained in:
luz
2025-05-05 15:42:38 -05:00
parent 6799aa4a4c
commit 7a702be929
13 changed files with 46 additions and 46 deletions

View File

@@ -21,7 +21,7 @@ rootpw --iscrypted --lock locked
# SELinux configuration
selinux --disabled
# System services
services --enabled="NetworkManager,systemd-resolved"
services --enabled="NetworkManager"
# System timezone
timezone Europe/Paris --utc
# Use network installation
@@ -33,7 +33,7 @@ zerombr
# Partition clearing information
clearpart --all --initlabel
# Disk partitioning information
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
part /boot/efi --fstype="efi" --size=1024 --fsoptions="umask=0077,shortname=winnt" --label=efi
part /boot --fstype="ext4" --size=512 --label=boot
part / --fstype="ext4" --grow --label=root