Skip to content

Commit 4de4340

Browse files
committed
Adjust the default image rootfs partition size to 3000MiB
1 parent 9867c63 commit 4de4340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ build_board="all"
104104

105105
# Set Armbian size (Unit: MiB, boot_mb >= 256, root_mb >= 2048)
106106
boot_mb="512"
107-
root_mb="2560"
107+
root_mb="3000"
108108
# Set ROOTFS partition file system type, options: [ ext4 / btrfs ]
109109
rootfs_type="ext4"
110110
# Set Armbian OS type (server / desktop)

0 commit comments

Comments
 (0)