readme,to_ram
This commit is contained in:
parent
4f563bcc20
commit
2ab2f2032e
6 changed files with 159 additions and 74 deletions
|
@ -1,7 +1,7 @@
|
|||
function env {
|
||||
action="${1}"
|
||||
setparams \
|
||||
'check_squashfs' 'time_out'
|
||||
'check_squashfs' 'grub_sleep' 'time_out' 'to_ram'
|
||||
if [ "${action}" == 'load' ] ; then
|
||||
load_env \
|
||||
--skip-sig \
|
||||
|
@ -49,5 +49,7 @@ function env_mod {
|
|||
|
||||
function env_set {
|
||||
check_squashfs='enforce'
|
||||
grub_sleep=999
|
||||
time_out=10
|
||||
to_ram='enforce'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue