Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#255 closed defect (fixed)

broken kernel header installation

Reported by: gimli@… Owned by: gimli@…
Priority: highest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

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

Change History (3)

comment:1 by gimli@…, 22 years ago

Owner: changed from lfs-book@… to marc_heerdink@…
Status: newassigned

comment:2 by gimli@…, 22 years ago

Resolution: fixed
Status: assignedclosed

comment:3 by markh@…, 22 years ago

used this during my CVS test build - works. Closing

Note: See TracTickets for help on using tickets.