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

(-)targets/support/bootloader-setup.sh (-1 / +1 lines)
Lines 75-81 Link Here
75
			echo >> ${icfg}
75
			echo >> ${icfg}
76
			echo "image=/boot/${x}" >> ${icfg}
76
			echo "image=/boot/${x}" >> ${icfg}
77
77
78
			if [ -e "/boot/${x}.igz" ]
78
			if [ -e $1/boot/${x}.igz ]
79
			then
79
			then
80
				echo "initrd=/boot/${x}.igz" >> ${icfg}
80
				echo "initrd=/boot/${x}.igz" >> ${icfg}
81
			fi
81
			fi

Return to bug 119123