summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-02-25 09:51:28 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:42 +0100
commitf73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6 (patch)
tree517c37c1229fa05947a3515117c1bbdfd566f3a0 /functions
parentef9121fc23c6eae86ff359cf429af3b096360075 (diff)
downloadlive-build-f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6.zip
live-build-f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6.tar.gz
Adding initial support for virtual-hdd binary image type.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 376a4d6..5f790d4 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}"