remove hostname hack

it potentially hides issues with hostname application and also breaks
things by confusing systemd about whether it is in "no name set" state
or not

e.g. https://invent.kde.org/kde-linux/kde-linux/-/work_items/599
This commit is contained in:
Harald Sitter
2026-07-24 22:28:29 +02:00
parent bacedb9c51
commit 28dbcc0c9e

View File

@@ -66,7 +66,6 @@ echo "rw rootflags=subvol=@system,compress=zstd:-4,lazytime \
nohz=on nohz_full=all \
rcu_nocbs=all rcutree.enable_rcu_lazy=1 \
amdgpu.dcdebugmask=0x10 \
systemd.hostname=kde-linux \
nowatchdog \
vt.global_cursor_default=0 quiet splash plymouth.ignore-serial-consoles loglevel=3" > cmdline
mkinitcpio --config mkinitcpio.conf --generate initrd --kernel "$kernel_version"