summaryrefslogtreecommitdiff
path: root/scripts/image-build
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-24 14:53:49 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2026-03-26 13:04:58 +0000
commit2933d0f5f5d17551b292cdafb8315cf2876e64a7 (patch)
tree5dd619f5d962e3a45d6b0f52c98e79baa8306b5c /scripts/image-build
parentb91b896d8028d4be878d653a5620c66549fadba5 (diff)
downloadvyos-build-2933d0f5f5d17551b292cdafb8315cf2876e64a7.tar.gz
vyos-build-2933d0f5f5d17551b292cdafb8315cf2876e64a7.zip
T8410: Fix typos and mistakes in scripts and comments
Fix typos and mistakes in the comments No functional changes
Diffstat (limited to 'scripts/image-build')
-rwxr-xr-xscripts/image-build/build-vyos-image4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/image-build/build-vyos-image b/scripts/image-build/build-vyos-image
index f8c70327..a311c2d8 100755
--- a/scripts/image-build/build-vyos-image
+++ b/scripts/image-build/build-vyos-image
@@ -370,7 +370,7 @@ def build():
shutil.copytree(sb_certs, f'{lb_config_dir}/includes.chroot/var/lib/shim-signed/mok')
# Switch to the build directory, this is crucial for the live-build work
- # because the efective build config files etc. are there.
+ # because the effective build config files etc. are there.
#
# All directory paths from this point must be relative to BUILD_DIR,
# not to the vyos-build repository root.
@@ -404,7 +404,7 @@ def build():
# Initialize Git object from our repository
try:
repo = git.Repo('.', search_parent_directories=True)
- # Retrieve the Git commit ID of the repository, 14 charaters will be sufficient
+ # Retrieve the Git commit ID of the repository, 14 characters will be sufficient
build_git = repo.head.object.hexsha[:14]
# Retrieve git branch name or current tag