Skip to content

Commit

Permalink
bootcmd: scan_dev_for_scripts first
Browse files Browse the repository at this point in the history
Support boot.scr

Signed-off-by: Stephen <[email protected]>
  • Loading branch information
StephenInVamrs committed Jun 25, 2019
1 parent e6b7e24 commit bc4e3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config_distro_bootcmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@
"echo Scanning ${devtype} " \
"${devnum}:${distro_bootpart}...; " \
"for prefix in ${boot_prefixes}; do " \
"run scan_dev_for_extlinux; " \
"run scan_dev_for_scripts; " \
"run scan_dev_for_extlinux; " \
"done;" \
SCAN_DEV_FOR_EFI \
"\0" \
Expand Down

0 comments on commit bc4e3e6

Please sign in to comment.