diff options
Diffstat (limited to 'resources')
| -rwxr-xr-x | resources/scripts/build/boot/roms_helper | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper index 09ab65f5..c01bc0d0 100755 --- a/resources/scripts/build/boot/roms_helper +++ b/resources/scripts/build/boot/roms_helper @@ -68,8 +68,8 @@ source "resources/coreboot/${board}/board.cfg"  if [ "${grub_scan_disk}" != "both" ] && \  	[ "${grub_scan_disk}" != "ata" ] && \  	[ "${grub_scan_disk}" != "ahci" ]; then -	printf "build/roms: Target %s 's grub_scan_disk variable: invalid value. Skipping build.\n" "${board}" -	exit 1 +	grub_scan_disk="both" +	# erroring out would be silly. just use the default  fi  if [ "${cbtree}" = "undefined" ]; then | 
