Index: chromeos-common.sh |
diff --git a/chromeos-common.sh b/chromeos-common.sh |
index 061a77522db903d54463c5e1d4cc61bc5a0ecd9f..b2b45b630c8f64fe6d02f3be218614c9c438f67d 100644 |
--- a/chromeos-common.sh |
+++ b/chromeos-common.sh |
@@ -126,7 +126,7 @@ install_gpt() { |
local force_full="${6:-}" |
local rootfs_default_size=2048 # 2GiB |
local rootfs_size="${7:-$rootfs_default_size}" |
- local large_test_partitions="${8:-false}" |
+ local large_test_partitions="${8:-${FLAGS_FALSE}}" |
if [ "$rootfs_size" = "default" ]; then |
rootfs_size=$rootfs_default_size |