chiark / gitweb /
Make sure that directory exists! master
authorJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Mon, 15 Jun 2015 16:29:21 +0000 (17:29 +0100)
committerJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Mon, 15 Jun 2015 16:29:21 +0000 (17:29 +0100)
debinit.sh

index 142d35cb9cd154a168f1719e73e0bd7d04cdad42..3647b8d1cc9946667492fa2298796e0f34495e0f 100644 (file)
@@ -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"