summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-06-13 13:08:20 +0200
committerJeremie Koenig <jk@jk.fr.eu.org>2010-06-13 13:08:33 +0200
commit12d066278775b04f9a30434b5a2b64c3be673d22 (patch)
treec58d44db6b3e0867109952210eca8557231cde8b /user
parent7e29e23625bb1d4e1539abfe48b6b3a396625b02 (diff)
hurd d-i: roadmap status update
Diffstat (limited to 'user')
-rw-r--r--user/jkoenig.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/jkoenig.mdwn b/user/jkoenig.mdwn
index 1a4f5dbb..d7a9bcf6 100644
--- a/user/jkoenig.mdwn
+++ b/user/jkoenig.mdwn
@@ -31,11 +31,19 @@ I will be keeping track of my progress on this page.
### Roadmap
* busybox: fix `mkdir -p` on Hurd
+ * Apparently this is a bug in glibc with `mkdir("/")`,
+ related to `file_name_split()` and `directory_name_split()`.
+ * I'm using a workaround in busybox in the meantime.
* see what breaks in the installer and fix the problems one by one
* busybox: submit upstream and to #323670,
fix stty/stat/ipcs on kFreeBSD,
generally port more stuff,
notably (u)mount/swaponoff.
+ * I have mentioned my work on the upstream mailing list,
+ * however some changes have been introduced in the build system meanwhile,
+ which would complicate backporting the changes back and forth,
+ * so I will be requesting the changes to be merged when I'm (mostly) done
+ with mount/swap/...
*Milestone (expected 2010-06-21):
installer kindof works, with documented manual intervention required*