From 94e610f2e5a4fdd4ecec06f6efdb03591a1cb336 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 28 Sep 2011 11:37:56 +0200 Subject: Renaming virtual-hdd-root-size to hdd-size in preparation of merging virtual-hdd into hdd. --- functions/defaults.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'functions') 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) -- cgit v1.2.3