From 0cfdec721fcddd47980673b2c341c28f225c7206 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 13 Feb 2017 13:05:23 +0100 Subject: [PATCH] fix cleanup in bootstrap --- zlibs/bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zlibs/bootstrap b/zlibs/bootstrap index 78fd649..538f8e7 100644 --- a/zlibs/bootstrap +++ b/zlibs/bootstrap @@ -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