diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |