File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ prepare_dirs # tmp cache output
3232# get latest armbian
3333[[ -d armbian ]] || git clone --depth 1 --branch v23.02 https://github.com/armbian/build armbian
3434( cd armbian && git checkout v23.02 )
35+ sed -i -e ' /export rootfs_size=/s/du -sm/du --apparent-size -sm/' armbian/lib/functions/image/partitioning.sh
36+ sed -i -e ' /export rootfs_size_mib=/s/du -sm/du --apparent-size -sm/' armbian/lib/functions/main/rootfs-image.sh
37+ sed -i -e ' /export rootfs_size_mib=/s/du -sm/du --apparent-size -sm/' armbian/lib/functions/image/rootfs-to-image.sh
38+
3539
3640# add NCP modifications
3741mkdir -p armbian/userpatches armbian/userpatches/overlay
@@ -53,7 +57,6 @@ KERNEL_CONFIGURE=prebuilt
5357BUILD_DESKTOP=no
5458BUILD_MINIMAL=yes
5559USE_CCACHE=yes
56- FAST_CREATE_IMAGE=no
5760EOF
5861[[ " $CLEAN " == " 0" ]] && {
5962 cat >> " $CONF " << EOF
You can’t perform that action at this time.
0 commit comments