Skip to content

Commit 01eba51

Browse files
committed
[devtool] change the default size of rootfs
Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent 183ab28 commit 01eba51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/devtool

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,12 +2116,12 @@ cmd_build_kernel() {
21162116
say "Kernel binary placed in: $kernel_dir_host/linux-$KERNEL_VERSION/$KERNEL_BINARY_NAME"
21172117
}
21182118

2119-
# `./devtool build_rootfs -s 500MB`
2119+
# `./devtool build_rootfs -s 500M`
21202120
# Build a rootfs of custom size.
21212121
#
21222122
cmd_build_rootfs() {
2123-
# Default size for the resulting rootfs image is 300MB.
2124-
SIZE="300MB"
2123+
# Default size for the resulting rootfs image is 300M.
2124+
SIZE="300M"
21252125
FROM_CTR=ubuntu:18.04
21262126
flavour="bionic"
21272127
ROOTFS_DIR=/firecracker/build/rootfs

0 commit comments

Comments
 (0)