diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:14:29 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:14:29 +0200 |
commit | f9edbe95d326fb8a14e0f4335eb63065f76ecf66 (patch) | |
tree | 70551ec81b9575b995139832a7e75db0704c0eb0 /scripts/build/chroot_sysfs | |
parent | dd61ccbfe48c25eab0fd439f2c94dcb0f29c6dfb (diff) | |
download | vyos-live-build-f9edbe95d326fb8a14e0f4335eb63065f76ecf66.tar.gz vyos-live-build-f9edbe95d326fb8a14e0f4335eb63065f76ecf66.zip |
Updating internal calls to use live-build instead of live-helper.
Diffstat (limited to 'scripts/build/chroot_sysfs')
-rwxr-xr-x | scripts/build/chroot_sysfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_sysfs b/scripts/build/chroot_sysfs index c20eec6e7..041bf9706 100755 --- a/scripts/build/chroot_sysfs +++ b/scripts/build/chroot_sysfs @@ -21,7 +21,7 @@ USAGE="${PROGRAM} {install|remove} [--force]" Arguments "${@}" # Ensure that a system is built as root -lh testroot +lb testroot # Reading configuration files Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source |