diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:52 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:52 +0200 |
| commit | dfd9c85cd99613c27f672da86a21cf48225cb840 (patch) | |
| tree | e1cdc0adec3e4799f5db5ad1a8b34800e28a9439 /helpers/lh_binary | |
| parent | 3de3c9914784e384c5747323bc18988601e137e6 (diff) | |
| download | vyos-live-build-dfd9c85cd99613c27f672da86a21cf48225cb840.tar.gz vyos-live-build-dfd9c85cd99613c27f672da86a21cf48225cb840.zip | |
Adding live-helper 1.0~a8-1.
Diffstat (limited to 'helpers/lh_binary')
| -rwxr-xr-x | helpers/lh_binary | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helpers/lh_binary b/helpers/lh_binary index 8498d93bf..c3575cd16 100755 --- a/helpers/lh_binary +++ b/helpers/lh_binary @@ -42,6 +42,7 @@ lh_binary_encryption "${@}" # Prepare images lh_binary_linuximage "${@}" +lh_binary_debian-installer "${@}" lh_binary_memtest "${@}" lh_binary_grub "${@}" lh_binary_syslinux "${@}" @@ -54,7 +55,7 @@ lh_binary_md5sum "${@}" lh_binary_hdd "${@}" lh_binary_iso "${@}" lh_binary_net "${@}" -lh_binary_usb "${@}" +lh_binary_usb-hdd "${@}" # Deconfiguring chroot rm -f .stage/chroot_sources |
