diff options
author | Daniel Baumann <daniel@debian.org> | 2011-07-19 16:45:36 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-07-19 16:45:36 +0200 |
commit | b70ec215abe8999a67f95d02305d722adf760620 (patch) | |
tree | d5b18aa112db5e3d5e607d905fc7911bb932e7d8 /scripts/build | |
parent | a90294ff53986f030cc1fde23ce4c2a23f545eb3 (diff) | |
download | vyos-live-build-b70ec215abe8999a67f95d02305d722adf760620.tar.gz vyos-live-build-b70ec215abe8999a67f95d02305d722adf760620.zip |
Correcting comments in chroot_hooks to match usage.
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/lb_chroot_hooks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_hooks b/scripts/build/lb_chroot_hooks index 1f62832e1..5c4df7d6b 100755 --- a/scripts/build/lb_chroot_hooks +++ b/scripts/build/lb_chroot_hooks @@ -14,7 +14,7 @@ set -e . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh # Setting static variables -DESCRIPTION="$(Echo 'execute local hooks in chroot')" +DESCRIPTION="$(Echo 'execute hooks in chroot')" HELP="" USAGE="${PROGRAM} [--force]" @@ -24,7 +24,7 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -Echo_message "Begin executing local hooks..." +Echo_message "Begin executing hooks..." # Requiring stage file Require_stagefile .stage/config .stage/bootstrap |