We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183ab28 commit 01eba51Copy full SHA for 01eba51
tools/devtool
@@ -2116,12 +2116,12 @@ cmd_build_kernel() {
2116
say "Kernel binary placed in: $kernel_dir_host/linux-$KERNEL_VERSION/$KERNEL_BINARY_NAME"
2117
}
2118
2119
-# `./devtool build_rootfs -s 500MB`
+# `./devtool build_rootfs -s 500M`
2120
# Build a rootfs of custom size.
2121
#
2122
cmd_build_rootfs() {
2123
- # Default size for the resulting rootfs image is 300MB.
2124
- SIZE="300MB"
+ # Default size for the resulting rootfs image is 300M.
+ SIZE="300M"
2125
FROM_CTR=ubuntu:18.04
2126
flavour="bionic"
2127
ROOTFS_DIR=/firecracker/build/rootfs
0 commit comments