Skip to content

Commit 53e5b58

Browse files
Marek Vasuttrini
authored andcommitted
distro_bootcmd: Fix copy-paste error
The "SCRIPT FAILED" string is copied from scan_dev_for_scripts script, update it so it prints "EXTLINUX FAILED" instead in scan_dev_for_extlinux script. Signed-off-by: Marek Vasut <[email protected]>
1 parent 051f409 commit 53e5b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/config_distro_bootcmd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
"${prefix}${boot_syslinux_conf}; then " \
485485
"echo Found ${prefix}${boot_syslinux_conf}; " \
486486
"run boot_extlinux; " \
487-
"echo SCRIPT FAILED: continuing...; " \
487+
"echo EXTLINUX FAILED: continuing...; " \
488488
"fi\0" \
489489
\
490490
"boot_a_script=" \

0 commit comments

Comments
 (0)