diff --git a/build_gpt.sh b/build_gpt.sh index 0b7edda064..b0d77228ae 100755 --- a/build_gpt.sh +++ b/build_gpt.sh @@ -25,6 +25,8 @@ DEFINE_string arm_extra_bootargs "" \ "Additional command line options to pass to the ARM kernel." DEFINE_boolean recovery $FLAGS_FALSE \ "Build GPT for a recovery image. Default: False." +DEFINE_integer rootfs_partition_size 1024 \ + "rootfs parition size in MBs." # Usage. FLAGS_HELP=$(cat <