aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-09 21:18:06 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-09 21:18:06 +0000
commit0afddf5c99bdaa3bf904ad9b11dd11de25b5f051 (patch)
tree863fcd32e9ef66abdb2f71b0991561843bb380ba
parent4c70684ddfb5022cbffbd75a1c693edc172efc89 (diff)
Removed "zoneinfo files" problem TODO
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--TODO22
1 files changed, 0 insertions, 22 deletions
diff --git a/TODO b/TODO
index 871124662..732bc5430 100644
--- a/TODO
+++ b/TODO
@@ -40,24 +40,6 @@ These are the TODO items for the next LFS release (3.0):
* Re-arrange the list in chapter 3 to match the order in which
packages are installed.
-* Find out why zoneinfo file are not installed when installing Glibc in
- chapter 6
-
- From an email to lfs-discuss:
-
- I agree. Let me ask you this, though. Is there anything that
- doesn't get
- installed besides the zoneinfo? I figured out how to install that
- manually, if it's all that's missing. It's simply:
- zic /path/to/glibc/source/timezone/<continent>
- If that's all it's missing, no need to install a static perl even.
-
- Another lead: possibly cross-compiler detection. Fix with:
- sed s,"cross-compiling = yes","cross-compiling = no", \
- config.make > config.make~ && mv config.make~ config.make
- make && make install
-
-
* Full dependency list. This list isn't a list of "package a depends on
package b" but a list like "package b depends on the files c, d and e
from package f".
@@ -72,10 +54,6 @@ These are the TODO items for the next LFS release (3.0):
you run; it makes debugging easier for us knowing which LFS version a user
is running).
-* Check to see if we need the configparms file when installing Glibc.
- Rumours have it that the --prefix=/usr we use causes
- slibdir=/lib and sysconfdir=/etc to be assumed.
-
* Explain how changing runlevels works. Use the file written by Simon
Perreault at http://download.linuxfromscratch.org/misc/runlevels.txt