fix cleanup in bootstrap
This commit is contained in:
parent
94e77b5ebf
commit
0cfdec721f
|
|
@ -71,7 +71,8 @@ bootstrap_complete_base() {
|
|||
|
||||
devprocsys mount $strapdir || zerr
|
||||
|
||||
chroot-script -d thirdstage cleanup || zerr
|
||||
chroot-script -d thirdstage || zerr
|
||||
chroot-script -d cleanup || zerr
|
||||
|
||||
sleep 1
|
||||
devprocsys umount $strapdir || zerr
|
||||
|
|
|
|||
Loading…
Reference in New Issue