diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-08-02 23:50:16 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-08-02 23:50:16 +0200 |
commit | 6d25ac690532c3644f2ce6ed63ebb8be32870a6f (patch) | |
tree | b5d1e9f4ceb9c40965851d00a3296233fecbc7fe | |
parent | 6df907f8623edb1b48189fa4db97baceb56b9f29 (diff) | |
download | vyatta-cfg-system-6d25ac690532c3644f2ce6ed63ebb8be32870a6f.tar.gz vyatta-cfg-system-6d25ac690532c3644f2ce6ed63ebb8be32870a6f.zip |
T764: increase the drive size requirement to 2G.
-rwxr-xr-x | scripts/install/install-get-partition | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index 5ea4845e..d6bb5524 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -22,7 +22,7 @@ source /opt/vyatta/sbin/install-functions # Absolute minimum root partition size in MB. Below this, we won't let # you install. -ROOT_MIN=1000 +ROOT_MIN=2000 # the base install drive e.g. sda INSTALL_DRIVE='' # the install partition e.g. sda1 |