logging: curb warning that always came up when SRC_EXTLINUX=yes
- SRC_EXTLINUX is quite prevalent, no use warning, it was more a debugging marker
This commit is contained in:
parent
f0f9159faa
commit
ceea84ff28
@ -218,7 +218,7 @@ function get_bootscript_info() {
|
||||
fi
|
||||
elif [[ $SRC_EXTLINUX == yes ]]; then
|
||||
bootscript_info[has_extlinux]="yes"
|
||||
display_alert "Using extlinux, regular bootscripts ignored" "SRC_EXTLINUX=${SRC_EXTLINUX}" "warn"
|
||||
display_alert "Using extlinux, regular bootscripts ignored" "SRC_EXTLINUX=${SRC_EXTLINUX}" "info"
|
||||
fi
|
||||
|
||||
debug_dict bootscript_info
|
||||
|
||||
Loading…
Reference in New Issue
Block a user