File tree 1 file changed +4
-1
lines changed
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
32
32
# get latest armbian
33
33
[[ -d armbian ]] || git clone --depth 1 --branch v23.02 https://github.com/armbian/build armbian
34
34
( 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
+
35
39
36
40
# add NCP modifications
37
41
mkdir -p armbian/userpatches armbian/userpatches/overlay
@@ -53,7 +57,6 @@ KERNEL_CONFIGURE=prebuilt
53
57
BUILD_DESKTOP=no
54
58
BUILD_MINIMAL=yes
55
59
USE_CCACHE=yes
56
- FAST_CREATE_IMAGE=no
57
60
EOF
58
61
[[ " $CLEAN " == " 0" ]] && {
59
62
cat >> " $CONF " << EOF
You can’t perform that action at this time.
0 commit comments