﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
255	broken kernel header installation	gimli@…	gimli@…	"When the kernel sources aren't in /usr/src/linux, the commands currently used in
chapter 5 to install the kernel headers will fail miserably. This has been
reported before and we've agreed on the following installation instructions:

make mrproper &&
yes """" |make config &&
make dep &&
cp -HR include/asm $LFS/usr/include &&
cp -HR include/linux $LFS/usr/include &&
chown -R root.root $LFS/usr/include"	defect	closed	highest		Book	CVS	normal	fixed		
