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 | |
parent | 6a5d42d5692374f14e6cf04e6fe6556942dce50a (diff) | |
download | vyos-live-build-29ab2459c8e8f2287a968567dc6559f3f14eeb4e.tar.gz vyos-live-build-29ab2459c8e8f2287a968567dc6559f3f14eeb4e.zip |
a couple tiny doc fixes
Gbp-Dch: Ignore
-rwxr-xr-x | functions/stagefile.sh | 2 | ||||
-rwxr-xr-x | scripts/build/config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/functions/stagefile.sh b/functions/stagefile.sh index 3108a7058..384aaec2d 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -40,7 +40,7 @@ Check_stagefile () fi } -# Used by chroot preperation scripts in removal mode +# Used by chroot preparation scripts in removal mode Ensure_stagefile_exists () { local FILE 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 |