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