1.0.6 Firmware release. More Github cleanup.
This commit is contained in:
0
scripts/gplan-build.sh
Normal file → Executable file
0
scripts/gplan-build.sh
Normal file → Executable file
1
scripts/gplan-init-build.sh
Normal file → Executable file
1
scripts/gplan-init-build.sh
Normal file → Executable file
@@ -24,6 +24,7 @@ if [ ! -e $GPLAN_IMG ]; then
|
||||
# Init image
|
||||
mkdir -p rpi-share
|
||||
cp ./scripts/gplan-init-dev-img.sh rpi-share
|
||||
chmod +x ./rpi-share/gplan-init-dev-img.sh
|
||||
sudo ./scripts/rpi-chroot.sh $GPLAN_IMG.tmp /mnt/host/gplan-init-dev-img.sh
|
||||
|
||||
# Move image
|
||||
|
||||
0
scripts/gplan-init-dev-img.sh
Normal file → Executable file
0
scripts/gplan-init-dev-img.sh
Normal file → Executable file
0
scripts/install.sh
Normal file → Executable file
0
scripts/install.sh
Normal file → Executable file
2
scripts/rpi-chroot.sh
Normal file → Executable file
2
scripts/rpi-chroot.sh
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
ROOT="$PWD/rpi-root"
|
||||
LOOP=9
|
||||
LOOP=12
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "Usage: $0 <image> <exec>"
|
||||
|
||||
0
scripts/update-bbctrl
Normal file → Executable file
0
scripts/update-bbctrl
Normal file → Executable file
0
scripts/upgrade-bbctrl
Normal file → Executable file
0
scripts/upgrade-bbctrl
Normal file → Executable file
@@ -1,4 +1,5 @@
|
||||
hostinfo.sh &
|
||||
|
||||
ratpoison &
|
||||
|
||||
xset -dpms
|
||||
|
||||
Reference in New Issue
Block a user