diff options
author | Daniel Baumann <daniel@debian.org> | 2012-09-26 15:36:42 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-09-26 15:36:44 +0200 |
commit | 3e72045807ea24662e18ad12d5bbb4154fb1627b (patch) | |
tree | 7c05ac7bb3aace63acd823d9205cffa2e7ee90e8 /scripts/build/source | |
parent | 218094cff2c0883756079247e8ad6faa86819957 (diff) | |
download | vyos-live-build-3e72045807ea24662e18ad12d5bbb4154fb1627b.tar.gz vyos-live-build-3e72045807ea24662e18ad12d5bbb4154fb1627b.zip |
Removing virtual-hdd image type.
Rather than a half broken image type, we'll bet our money on having proper
partman recipies support implemented for hdd image types.
Even if we don't make it for wheezy, it's better to not have virtual-hdd
in there and tell users to use the jessie version for proper hdd images.
Diffstat (limited to 'scripts/build/source')
-rwxr-xr-x | scripts/build/source | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/source b/scripts/build/source index d52e8d41f..b200deb24 100755 --- a/scripts/build/source +++ b/scripts/build/source @@ -57,7 +57,6 @@ lb source_checksums ${@} lb source_iso ${@} lb source_tar ${@} lb source_hdd ${@} -lb source_virtual-hdd ${@} # Deconfiguring chroot lb chroot_archives chroot remove ${@} |