summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_virtual-hdd
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-09-28 11:37:56 +0200
committerDaniel Baumann <daniel@debian.org>2011-09-28 11:39:40 +0200
commit94e610f2e5a4fdd4ecec06f6efdb03591a1cb336 (patch)
treeca23f9ad2c83ae2909a9bde58fe1b3e4a1077a14 /scripts/build/lb_binary_virtual-hdd
parent957cdb7cfe02c08d4723bed38d967ea960bdd938 (diff)
downloadvyos-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 'scripts/build/lb_binary_virtual-hdd')
-rwxr-xr-xscripts/build/lb_binary_virtual-hdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_virtual-hdd b/scripts/build/lb_binary_virtual-hdd
index 5cbea89d3..d0aa6cfd4 100755
--- a/scripts/build/lb_binary_virtual-hdd
+++ b/scripts/build/lb_binary_virtual-hdd
@@ -65,7 +65,7 @@ then
fi
Echo_message "Creating virtual disk image..."
-dd if=/dev/zero of=binary-virtual.img bs=1024k count=0 seek=${LB_VIRTUAL_ROOT_SIZE}
+dd if=/dev/zero of=binary-virtual.img bs=1024k count=0 seek=${LB_HDD_SIZE}
if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]
then