diff options
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ These are the TODO items for the next LFS release (3.0): * Chapter 5, makedev: instead of sed "s/.../.../" put the quotations marks inside the search reg ex (sed s/"..."/.../). +* Chapter 5, makedev: cd to $LFS/dev first, then cp to makedev-temp and + patch it. + * Chapter 6, glibc: after copying pt_chown set mode 4755 on it (Glibc doesn't do this because it failed to copy pt_chown. It tried to chown root it which failed because glibc wasn't fully installed yet) |