fix cleanup in bootstrap

This commit is contained in:
parazyd 2017-02-13 13:05:23 +01:00
parent 94e77b5ebf
commit 0cfdec721f
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 1 deletions

View File

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