env,pause

This commit is contained in:
Marc Beninca 2023-11-22 22:56:22 +01:00
parent 2ab2f2032e
commit 738c2095d2
13 changed files with 52 additions and 41 deletions

View file

@ -25,7 +25,7 @@ function grub_init {
load_env \
--skip-sig \
--file "${env}" \
'grub_sleep'
'pause'
#
live="(${esp})/boot/${live_name}"
#
@ -103,7 +103,7 @@ function grub_pause {
sleep \
--interruptible \
--verbose \
"${grub_sleep}"
"${pause}"
}
function grub_split {