diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-25 09:51:28 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:42 +0100 |
commit | f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6 (patch) | |
tree | 517c37c1229fa05947a3515117c1bbdfd566f3a0 /helpers/lh_source | |
parent | ef9121fc23c6eae86ff359cf429af3b096360075 (diff) | |
download | live-build-f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6.zip live-build-f73041f2f0905a2bb6ee3b938a9e1fa0fc53a3e6.tar.gz |
Adding initial support for virtual-hdd binary image type.
Diffstat (limited to 'helpers/lh_source')
-rwxr-xr-x | helpers/lh_source | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_source b/helpers/lh_source index 35c1831..2f4707b 100755 --- a/helpers/lh_source +++ b/helpers/lh_source @@ -45,6 +45,7 @@ lh_source_iso ${*} lh_source_net ${*} lh_source_tar ${*} lh_source_usb-hdd ${*} +lh_source_virtual-hdd ${*} # Deconfiguring chroot rm -f .stage/chroot_sources |