fixup! implement optional stage4 tar archival
This commit is contained in:
parent
f6ecc0e41b
commit
0b1a5598cb
|
|
@ -97,7 +97,7 @@ EOF
|
|||
chroot-script addcachepubkey || zerr
|
||||
}
|
||||
|
||||
if [ -n "$TAR_STAGE4" ]]; then
|
||||
if [[ -n "$TAR_STAGE4" ]]; then
|
||||
bootstrap_tar_unpack "$bootstrap_tgz_stage4" "$strapdir" || zerr
|
||||
else
|
||||
bootstrap_tar_pack "$bootstrap_tgz_stage3" || zerr
|
||||
|
|
|
|||
Loading…
Reference in New Issue