mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
build: berryboot tested ok
This commit is contained in:
parent
dc089bfe7c
commit
2619c46e84
3
batch.sh
3
batch.sh
@ -22,7 +22,8 @@ source buildlib.sh # initializes $IMGNAME
|
||||
|
||||
# Raspbian
|
||||
./build-SD-rpi.sh "$IP"
|
||||
#./build-SD-berryboot.sh "$IMG" #TODO
|
||||
IMG="$( ls -1t tmp/*.img | head -1 )"
|
||||
./build-SD-berryboot.sh "$IMG"
|
||||
|
||||
# Armbian
|
||||
./build-SD-armbian.sh odroidxu4 OdroidHC2
|
||||
|
||||
@ -29,8 +29,6 @@ EOF
|
||||
sudo mksquashfs raspbian_root "$IMG" -comp lzo -e lib/modules
|
||||
umount_raspbian
|
||||
|
||||
exit # TODO remove once tested
|
||||
|
||||
## pack
|
||||
|
||||
TAR=output/"$( basename "$IMG" .img ).tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user