From 6471959ceeb4e483d7e31775f4af72c2f50ddef1 Mon Sep 17 00:00:00 2001 From: Jonathan Amery Date: Mon, 15 Jun 2015 17:29:21 +0100 Subject: [PATCH] Make sure that directory exists! --- debinit.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2