From 35a077bff14da51d1571e1b5e20d87ca52dbbb1f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Apr 2019 18:32:31 -0700 Subject: [PATCH] bare rc.local Signed-off-by: Jeff Carr --- rc.local | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/rc.local b/rc.local index 45b8cd5..4bef89f 100755 --- a/rc.local +++ b/rc.local @@ -1,7 +1,5 @@ #!/bin/bash -x -# mount /home/internal-mmc - echo echo echo STARTING PINEBOOK IMAGING IN 5 SECONDS @@ -13,19 +11,8 @@ echo echo CONTROL-C TO STOP echo -nohup /root/connect-to-wifi & -touch /tmp/wit-installer-testing +sleep 5 -exit - -echo STARTING IMAGING PROCESS!!!!!!!!!!!! -echo -rm -rf /root/pinebook-image -cd /root -git clone https://git.wit.com/wit/pinebook-image.git -echo -echo Launching script from git repository - -cp /root/pinebook-image/rc.local /root/ -/root/pinebook-image/run.sh +/root/go/bin/connect-to-wifi +touch /tmp/wit-installer-finished