tcorrect detect that debootstrap finished - libdevuansdk - common library for devuan's simple distro kits HTML git clone https://git.parazyd.org/libdevuansdk DIR Log DIR Files DIR Refs DIR Submodules DIR README DIR LICENSE --- DIR commit 166e164ab0e3bd2a0d6ab5307943058888de8ae8 DIR parent bee12888270c066091d8b654ea034fc3955ff781 HTML Author: Jaromil <jaromil@dyne.org> Date: Wed, 8 Jun 2016 22:35:34 +0200 correct detect that debootstrap finished Diffstat: M zlibs/iso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/zlibs/iso b/zlibs/iso t@@ -27,7 +27,7 @@ iso_prepare() { fn iso_prepare $@ req=(strapdir os release version arch) root=$strapdir - freq=($strapdir/bin/bash) + freq=($strapdir/.done) # freq=($R/chroot/$chroot_arch/$iso/initrd.gz) reqck || return 1