diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2021-01-21 08:28:38 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2021-01-21 08:28:38 +0100 |
commit | 4111df43bd55724b0d12ef315562b333e14f196e (patch) | |
tree | 2b2c4ee7801ece67948b0bda948fffcbc3799564 | |
parent | 113d159b0b807c10829a1dd6a4472fef7f009eec (diff) | |
download | vyos-live-build-4111df43bd55724b0d12ef315562b333e14f196e.tar.gz vyos-live-build-4111df43bd55724b0d12ef315562b333e14f196e.zip |
Fix a small info message
-rwxr-xr-x | scripts/build/binary_grub_cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_grub_cfg b/scripts/build/binary_grub_cfg index e8322e50e..811410f36 100755 --- a/scripts/build/binary_grub_cfg +++ b/scripts/build/binary_grub_cfg @@ -27,7 +27,7 @@ Init_config_data "${@}" # thus run unconditionally! # TODO: Add an option to allow disabling loopback.cfg creation? (and thus conditionally run the script) -Echo_message "Begin installing config for grub-pc and/or grub-pc, and loopback support..." +Echo_message "Begin installing config for grub-pc and/or grub-efi, and loopback support..." # Requiring stage file Require_stagefiles config bootstrap |