Revert "Login and UKI updates (#1860)"

This reverts commit f2021a95a4.
This commit is contained in:
David Heinemeier Hansson
2025-10-05 21:10:13 +02:00
parent 5f2013a482
commit cab70bbe4f
13 changed files with 291 additions and 164 deletions

View File

@@ -22,11 +22,5 @@ done
pacman -Qe gnome-shell &>/dev/null && abort "Fresh + Vanilla Arch"
pacman -Qe plasma-desktop &>/dev/null && abort "Fresh + Vanilla Arch"
# Must have limine installed
command -v limine &>/dev/null || abort "Limine bootloader"
# Must have btrfs root filesystem
[ "$(findmnt -n -o FSTYPE /)" = "btrfs" ] || abort "Btrfs root filesystem"
# Cleared all guards
echo "Guards: OK"