Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 932907
Collapse All | Expand All

(-)a/gen_initramfs.sh (-6 lines)
Lines 1783-1793 append_firmware() { Link Here
1783
1783
1784
			myfw_f=( $(compgen -G "${FIRMWARE_DIR}/${myfw}*") )
1784
			myfw_f=( $(compgen -G "${FIRMWARE_DIR}/${myfw}*") )
1785
1785
1786
			if [ ${#myfw_f[@]} -gt 1 ]
1787
			then
1788
				gen_die "excessive number of firmwares!"
1789
			fi
1790
1791
			if [ ${#myfw_f[@]} -lt 1 ]
1786
			if [ ${#myfw_f[@]} -lt 1 ]
1792
			then
1787
			then
1793
				print_warning 3 "$(get_indent 3) - ${myfw} is missing; Ignoring ..."
1788
				print_warning 3 "$(get_indent 3) - ${myfw} is missing; Ignoring ..."
1794
- 

Return to bug 932907