#255 closed defect (fixed)
broken kernel header installation
Reported by: | Owned by: | ||
---|---|---|---|
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 , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 23 years ago
Note:
See TracTickets
for help on using tickets.
used this during my CVS test build - works. Closing