aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-01 13:59:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-01 13:59:02 +0000
commitfe12c251e58a2eacaf07d39af7416fd1ea7a0272 (patch)
treef8b6fb7f06c8f0824c644de32392ee949da319cf /TODO
parent79b009014609dd1e2e66708845f74898ea469886 (diff)
Added "Clean ethnet script" TODO
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 844c99f68..bd18a5815 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,9 @@
These are the TODO items for the next LFS release (3.0):
+* Clean out the ethnet script (for interface in $(ls
+ /etc/sysconfig/network-scripts/ifcfg* | grep -v ifcfg-lo)
+ do) needs some updating for example)
+
* Don't use \u in PS1 when entering chroot to avoid the 'i have no
name'. After Glibc installation we could modify the PS1 (export
PS1=newvalues) and test that way if glibc is working properly. This