瀏覽代碼

Added "Clean ethnet script" TODO

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 25 年之前
父節點
當前提交
fe12c251e5
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      TODO

+ 4 - 0
TODO

@@ -1,5 +1,9 @@
 These are the TODO items for the next LFS release (3.0):
 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
 * 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
   name'. After Glibc installation we could modify the PS1 (export
   PS1=newvalues) and test that way if glibc is working properly. This
   PS1=newvalues) and test that way if glibc is working properly. This