increase grub boot delay for switching os

This commit is contained in:
Noah Masur 2024-03-24 18:04:43 -04:00
parent 848c8aac5f
commit f50bbeba94

View File

@ -27,7 +27,7 @@
if keystatus --shift ; then if keystatus --shift ; then
set timeout=-1 set timeout=-1
else else
set timeout=0 set timeout=3
fi fi
''; '';
}; };