Typo in imported image size
This commit is contained in:
parent
cd753c0f87
commit
e8d0bdf714
@ -961,7 +961,7 @@ restore)
|
|||||||
|
|
||||||
# Figure out, what jail and jail enviroment archive claims to contain
|
# Figure out, what jail and jail enviroment archive claims to contain
|
||||||
TIFS=${IFS}; IFS=-; set - ${ezjail_nameprop}
|
TIFS=${IFS}; IFS=-; set - ${ezjail_nameprop}
|
||||||
ezjail_nameprop_safename=$2 ezjail_nameprop_hsname=$4 ezjail_nameprop_hsversion=$5 ezjail_nameprop_hscpu=$6 ezjail_nameporp_imgagesize=$7
|
ezjail_nameprop_safename=$2 ezjail_nameprop_hsname=$4 ezjail_nameprop_hsversion=$5 ezjail_nameprop_hscpu=$6 ezjail_nameprop_imgagesize=$7
|
||||||
IFS=${TIFS}
|
IFS=${TIFS}
|
||||||
|
|
||||||
# Figure out current system environment
|
# Figure out current system environment
|
||||||
@ -982,7 +982,7 @@ restore)
|
|||||||
|
|
||||||
# Now all parameters are here, invoke ezjail-admin create
|
# Now all parameters are here, invoke ezjail-admin create
|
||||||
if [ "${ezjail_imagetype}" ]; then
|
if [ "${ezjail_imagetype}" ]; then
|
||||||
ezjail_imagedata="-c ${ezjail_imagetype} -C '${ezjail_attachparams}' -s ${ezjail_nameporp_imgagesize}"
|
ezjail_imagedata="-c ${ezjail_imagetype} -C '${ezjail_attachparams}' -s ${ezjail_nameprop_imgagesize}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $0 create -a "${ezjail_fromarchive}" -A "${ezjail_config}" ${ezjail_imagedata} -r "${ezjail_rootdir}" "${ezjail_hostname}" "${ezjail_ip}"
|
echo $0 create -a "${ezjail_fromarchive}" -A "${ezjail_config}" ${ezjail_imagedata} -r "${ezjail_rootdir}" "${ezjail_hostname}" "${ezjail_ip}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user