Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381361 | Differences between
and this patch

Collapse All | Expand All

(-)a/defaults/linuxrc (-2 / +1 lines)
Lines 248-254 do Link Here
248
#                 ;;
248
#                 ;;
249
        # vga_switcheroo
249
        # vga_switcheroo
250
		vga_switcheroo\=*)
250
		vga_switcheroo\=*)
251
			VGA_SWITCHEROO=`parse_opt "${x}"`
251
			VGA_SWITCHEROO=${x#*=}
252
		;;
252
		;;
253
	esac
253
	esac
254
done
254
done
255
- 

Return to bug 381361