From f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 25 Feb 2009 09:51:28 +0100 Subject: Adding initial support for virtual-hdd binary image type. --- functions/defaults.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 376a4d6f1..5f790d4aa 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -354,6 +354,9 @@ Set_defaults () # Setting chroot filesystem LH_CHROOT_FILESYSTEM="${LH_CHROOT_FILESYSTEM:-squashfs}" + # Setting virtual root size + LH_VIRTUAL_ROOT_SIZE="${LH_VIRTUAL_ROOT_SIZE:-10000}" + # Setting whether to expose root filesystem as read only LH_EXPOSED_ROOT="${LH_EXPOSED_ROOT:-disabled}" -- cgit v1.2.3