diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-28 11:37:56 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-28 11:39:40 +0200 |
commit | 94e610f2e5a4fdd4ecec06f6efdb03591a1cb336 (patch) | |
tree | ca23f9ad2c83ae2909a9bde58fe1b3e4a1077a14 /functions | |
parent | 957cdb7cfe02c08d4723bed38d967ea960bdd938 (diff) | |
download | vyos-live-build-94e610f2e5a4fdd4ecec06f6efdb03591a1cb336.tar.gz vyos-live-build-94e610f2e5a4fdd4ecec06f6efdb03591a1cb336.zip |
Renaming virtual-hdd-root-size to hdd-size in preparation of merging virtual-hdd into hdd.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 53c7af999..83cb6d0f8 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -591,9 +591,6 @@ Set_defaults () # Setting chroot filesystem LB_CHROOT_FILESYSTEM="${LB_CHROOT_FILESYSTEM:-squashfs}" - # Setting virtual root size - LB_VIRTUAL_ROOT_SIZE="${LB_VIRTUAL_ROOT_SIZE:-10000}" - # Setting whether to expose root filesystem as read only LB_EXPOSED_ROOT="${LB_EXPOSED_ROOT:-false}" @@ -1033,6 +1030,9 @@ Set_defaults () ;; esac + # Setting hdd size + LB_HDD_SIZE="${LB_HDD_SIZE:-10000}" + # Setting iso volume case "${LB_MODE}" in debian) |