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

Collapse All | Expand All

(-)a/gen_moddeps.sh (-1 / +1 lines)
Lines 16-22 gen_dep_list() { Link Here
16
	if isTrue "${ALLRAMDISKMODULES}"
16
	if isTrue "${ALLRAMDISKMODULES}"
17
	then
17
	then
18
		cat "${moddir}/modules.builtin"
18
		cat "${moddir}/modules.builtin"
19
		cat "${moddir}/modules.order"
19
		cat "${moddir}/modules.dep"
20
	else
20
	else
21
		local -a modlist=()
21
		local -a modlist=()
22
22

Return to bug 916233