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

(-)netboot_target.py.orig (-1 / +1 lines)
Lines 40-46 Link Here
40
		
40
		
41
41
42
		generic_stage_target.__init__(self,spec,addlargs)
42
		generic_stage_target.__init__(self,spec,addlargs)
43
		self.set_build_kernel_vars(addlargs)
43
		self.set_build_kernel_vars()
44
		if addlargs.has_key("netboot/busybox_config"):
44
		if addlargs.has_key("netboot/busybox_config"):
45
			file_locate(self.settings, ["netboot/busybox_config"])
45
			file_locate(self.settings, ["netboot/busybox_config"])
46
46

Return to bug 123089