aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index eb80b97e0..844c99f68 100644
--- a/TODO
+++ b/TODO
@@ -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