diff options
author | Daniel Baumann <daniel@debian.org> | 2009-10-20 20:40:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:47 +0100 |
commit | 82cbc81b3d291ee86785bc6412de41a5e1516d67 (patch) | |
tree | 2282964ded3c901e0f88fa3b9a7cfcfa7786403f /helpers/lh_source | |
parent | 74f7986e692305050019cca2c9c74868782e98e9 (diff) | |
download | vyos-live-build-82cbc81b3d291ee86785bc6412de41a5e1516d67.tar.gz vyos-live-build-82cbc81b3d291ee86785bc6412de41a5e1516d67.zip |
Deprecating all dashed forms of commands.
Diffstat (limited to 'helpers/lh_source')
-rwxr-xr-x | helpers/lh_source | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/helpers/lh_source b/helpers/lh_source index 2f4707b82..84429e175 100755 --- a/helpers/lh_source +++ b/helpers/lh_source @@ -29,26 +29,26 @@ Require_stagefile .stage/chroot_install-packages Setup_cleanup # Enabling network in chroot -lh_chroot_hosts install ${*} -lh_chroot_resolv install ${*} -lh_chroot_hostname install ${*} -lh_chroot_sources install ${*} +lh chroot_hosts install ${*} +lh chroot_resolv install ${*} +lh chroot_hostname install ${*} +lh chroot_sources install ${*} # Preparing images -lh_source_debian-live ${*} -lh_source_debian ${*} -lh_source_disk ${*} -lh_source_md5sum ${*} +lh source_debian-live ${*} +lh source_debian ${*} +lh source_disk ${*} +lh source_md5sum ${*} # Building images -lh_source_iso ${*} -lh_source_net ${*} -lh_source_tar ${*} -lh_source_usb-hdd ${*} -lh_source_virtual-hdd ${*} +lh source_iso ${*} +lh source_net ${*} +lh source_tar ${*} +lh source_usb-hdd ${*} +lh source_virtual-hdd ${*} # Deconfiguring chroot rm -f .stage/chroot_sources -lh_chroot_hostname remove ${*} -lh_chroot_resolv remove ${*} -lh_chroot_hosts remove ${*} +lh chroot_hostname remove ${*} +lh chroot_resolv remove ${*} +lh chroot_hosts remove ${*} |