From 82cbc81b3d291ee86785bc6412de41a5e1516d67 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 20 Oct 2009 20:40:09 +0200 Subject: Deprecating all dashed forms of commands. --- helpers/lh_source | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'helpers/lh_source') 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 ${*} -- cgit v1.2.3