check_squashfs,memdisk,readme

This commit is contained in:
Marc Beninca 2023-11-21 09:13:18 +01:00
parent cac74aef9d
commit 4f563bcc20
6 changed files with 118 additions and 47 deletions

View file

@ -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
}