diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-29 10:26:49 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-29 10:27:16 +0100 |
commit | 29ab2459c8e8f2287a968567dc6559f3f14eeb4e (patch) | |
tree | bdef6850a0e5e81f2d546ed3664705482c923dd4 /scripts/build/config | |
parent | 6a5d42d5692374f14e6cf04e6fe6556942dce50a (diff) | |
download | vyos-live-build-29ab2459c8e8f2287a968567dc6559f3f14eeb4e.tar.gz vyos-live-build-29ab2459c8e8f2287a968567dc6559f3f14eeb4e.zip |
a couple tiny doc fixes
Gbp-Dch: Ignore
Diffstat (limited to 'scripts/build/config')
-rwxr-xr-x | scripts/build/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index 8c4e421d5..a3d36d9df 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -1222,7 +1222,7 @@ LB_COMPRESSION="${LB_COMPRESSION}" LB_ZSYNC="${LB_ZSYNC}" # Control if we build binary images chrooted -# DO NEVER, *NEVER*, *N*E*V*E*R* SET THIS OPTION to false. +# NEVER, *EVER*, *E*V*E*R* SET THIS OPTION to false. LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT}" # Set debian-installer |