commit 8ea24e6e47dc633970257539c5b2ac78ea64fa20
parent b03a800c3308f987d74246d2b3cc0664ac96c991
Author: parazyd <parazyd@dyne.org>
Date: Fri, 30 Sep 2016 10:21:37 +0200
more debugging
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/zlibs/bootstrap b/zlibs/bootstrap
@@ -39,7 +39,7 @@ bootstrap_complete_base() {
--foreign \
--arch $arch $release $strapdir $mirror || zerr
- [[ $arch =~ "^arm.." ]] && qemu_install_user
+ [[ $arch =~ "^arm.." ]] && { qemu_install_user || zerr }
## debootstrap stage 2
notice "running debootstrap stage 2"
@@ -56,7 +56,7 @@ bootstrap_complete_base() {
conf_print_resolvconf | sudo tee $strapdir/etc/resolv.conf
conf_print_sourceslist | sudo tee $strapdir/etc/apt/sources.list
## below typically used in arm-sdk
- [[ -n $inittap ]] && { print $inittab | sudo tee -a $strapdir/etc/inittab }
+ [[ -n $inittab ]] && { print $inittab | sudo tee -a $strapdir/etc/inittab }
for i in $custmodules; do print $i | sudo tee -a $strapdir/etc/modules; done
## write third-stage for chroot