env,pause
This commit is contained in:
parent
2ab2f2032e
commit
738c2095d2
13 changed files with 52 additions and 41 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue