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_chroot_sysfs | |
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_chroot_sysfs')
-rwxr-xr-x | helpers/lh_chroot_sysfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sysfs b/helpers/lh_chroot_sysfs index c4fbed9c2..9906ad29f 100755 --- a/helpers/lh_chroot_sysfs +++ b/helpers/lh_chroot_sysfs @@ -20,7 +20,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Ensure that a system is built as root -lh_testroot +lh testroot # Reading configuration files Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source |