new versions of dishes

should fix name resolution issues, among other things
This commit is contained in:
Lukas Greve
2025-01-09 15:52:57 +01:00
parent 56c6b95a9a
commit b56f49f5d6
13 changed files with 25 additions and 33 deletions

View File

@ -1,4 +1,4 @@
# Generated by pykickstart v3.47
# Generated by pykickstart v3.58
#version=DEVEL
# Use text mode install
text
@ -23,7 +23,7 @@ rootpw --iscrypted --lock locked
# SELinux configuration
selinux --disabled
# System services
services --disabled="sshd" --enabled="NetworkManager,chronyd"
services --disabled="sshd" --enabled="NetworkManager,chronyd,systemd-resolved"
# System timezone
timezone Europe/Paris --utc
# Use network installation
@ -36,7 +36,7 @@ zerombr
clearpart --all --initlabel
# Disk partitioning information
part /boot/efi --fstype="efi" --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
part /boot --fstype="ext4" --size=384 --label=boot
part /boot --fstype="ext4" --size=512 --label=boot
part / --fstype="ext4" --grow --label=root
%post
@ -72,7 +72,6 @@ generic-release-notes
initial-setup
libusb
nano
neofetch
pciutils
qemu-guest-agent
spice-vdagent