From: Jonathan Amery Date: Mon, 15 Jun 2015 16:29:21 +0000 (+0100) Subject: Make sure that directory exists! X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~jdamery/git?p=debdroid;a=commitdiff_plain;h=6471959ceeb4e483d7e31775f4af72c2f50ddef1 Make sure that directory exists! --- diff --git a/debinit.sh b/debinit.sh index 142d35c..3647b8d 100644 --- a/debinit.sh +++ b/debinit.sh @@ -25,6 +25,7 @@ cd /debian/android /sbin/busybox gunzip -c < /initrd.img | /sbin/busybox cpio -i +mkdir -pv /debian/android/log/ exec >>/debian/android/log/boot-wrapper.log 2>&1 /sbin/busybox echo "`/sbin/busybox date` Booting"