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

Collapse All | Expand All

(-)gen_cmdline.sh (-2 / +2 lines)
Lines 411-418 Link Here
411
			print_info 2 "LOGFILE: ${CMD_LOGFILE}"
411
			print_info 2 "LOGFILE: ${CMD_LOGFILE}"
412
			;;
412
			;;
413
		--kerneldir=*)
413
		--kerneldir=*)
414
			CMD_KERNELDIR=`parse_opt "$*"`
414
			CMD_KERNEL_DIR=`parse_opt "$*"`
415
			print_info 2 "CMD_KERNELDIR: ${CMD_KERNELDIR}"
415
			print_info 2 "CMD_KERNEL_DIR: ${CMD_KERNEL_DIR}"
416
			;;
416
			;;
417
		--kernel-config=*)
417
		--kernel-config=*)
418
			CMD_KERNEL_CONFIG=`parse_opt "$*"`
418
			CMD_KERNEL_CONFIG=`parse_opt "$*"`

Return to bug 201159