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

@ -256,13 +256,13 @@ echo -n "
write_env "${GRUBENV}" "\
live_name=${PROJECT}
data_uuid=${DATA}
check_squashfs=enforce
live_from=ram
pause=999
time_out=10
"
write_env "${GRUB_ENV}" "\
check_squashfs=enforce
grub_sleep=999
time_out=10
to_ram=enforce
"
# grub / fonts ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅