Ensure auto-boot still happens when we have two kernels

This commit is contained in:
David Heinemeier Hansson
2026-03-25 13:52:52 +01:00
parent 906ad82627
commit fdc370ec4c
+2 -1
View File
@@ -12,6 +12,7 @@ if omarchy-hw-intel-ptl; then
BOOT_ORDER="linux-ptl*, *, *fallback, Snapshots"
EOF
# Make the PTL audio kernel the default boot entry in limine
# Make the PTL kernel the default boot entry in limine with auto-boot
sed -i 's/^default_entry: 2/default_entry: 1/' $OMARCHY_PATH/default/limine/limine.conf
sed -i 's/^#timeout: 3/timeout: 3/' $OMARCHY_PATH/default/limine/limine.conf
fi