diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-28 21:58:58 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-28 21:58:58 +0000 |
commit | 79b009014609dd1e2e66708845f74898ea469886 (patch) | |
tree | 4f9e77a7ef5115c31b9ef356e5a1ac88d3978c38 /TODO | |
parent | f10f45d4b5865a76790735197155baae0fc1f931 (diff) |
Added "Alternative way to get rid of 'i have no name' during Glib's
installation" TODO
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ These are the TODO items for the next LFS release (3.0): +* 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 + saves us the having to exit and re-end chroot environtment. Another + idea is to run 'id' or 'whoami' after Glibc installation and check if + it's able to find a matching username with root's id. + * Instead of rm file && ln -s source dest, use ln -sf source dest * e2fsprogs apparently needs ldconfig. Check if there are other |