diff options
Diffstat (limited to 'functions/defaults.sh')
-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) |