From aff36348cc73a45f14158e19d8159412f6f3c517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 12 Jan 2014 13:57:42 +0100 Subject: [PATCH] copy nandinstall script /root --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 975bdc9..f12e224 100644 --- a/build.sh +++ b/build.sh @@ -198,6 +198,10 @@ cd $DEST/output/sdcard/etc/init.d cp $SRC/scripts/cubian-resize2fs $DEST/output/sdcard/etc/init.d cp $SRC/scripts/cubian-firstrun $DEST/output/sdcard/etc/init.d +# script to install to NAND +cp $SRC/scripts/nand-install.sh $DEST/output/sdcard/root + + # make it executable chroot $DEST/output/sdcard /bin/bash -c "chmod +x /etc/init.d/cubian-*" # and startable on boot