aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-09 20:06:45 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-09 20:06:45 +0000
commit475c6f585d712334fa3ba835bd796348dd5a44b8 (patch)
treef23b73249381304194c7c13c851580a06c2a4830 /TODO
parent77a68e7c7863adf6f157215ff7450acfdbe2a3c4 (diff)
Updated makedev todo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@266 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0d8c73d71..2086bdb97 100644
--- a/TODO
+++ b/TODO
@@ -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)