mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
let the user decide
This commit is contained in:
parent
50c1e38003
commit
ff3aa9739d
1 changed files with 0 additions and 4 deletions
4
build.sh
4
build.sh
|
@ -225,15 +225,11 @@ cp $CWD/scripts/disable_led.sh $DEST/output/sdcard/bin/disable_led.sh
|
||||||
|
|
||||||
# make it executable
|
# make it executable
|
||||||
chmod +x $DEST/output/sdcard/bin/disable_led.sh
|
chmod +x $DEST/output/sdcard/bin/disable_led.sh
|
||||||
# and startable on boot
|
|
||||||
echo disable_led.sh > $DEST/output/sdcard/etc/rc.d/rc.local
|
|
||||||
|
|
||||||
# scripts for autoresize at first boot from cubian
|
# scripts for autoresize at first boot from cubian
|
||||||
cp $CWD/scripts/resize2fs-arch.sh $DEST/output/sdcard/root/resize2fs-root.sh
|
cp $CWD/scripts/resize2fs-arch.sh $DEST/output/sdcard/root/resize2fs-root.sh
|
||||||
# make it executable
|
# make it executable
|
||||||
chmod +x $DEST/output/sdcard/root/resize2fs-root.sh
|
chmod +x $DEST/output/sdcard/root/resize2fs-root.sh
|
||||||
# and startable on boot just execute it once not on every boot!!!
|
|
||||||
#echo cubian-resize2fs > $DEST/output/sdcard/etc/rc.conf
|
|
||||||
|
|
||||||
# script to install to NAND
|
# script to install to NAND
|
||||||
cp $CWD/scripts/nand-install.sh $DEST/output/sdcard/root
|
cp $CWD/scripts/nand-install.sh $DEST/output/sdcard/root
|
||||||
|
|
Loading…
Reference in a new issue