summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-06-16 23:07:51 +0200
committerJeremie Koenig <jk@jk.fr.eu.org>2010-06-16 23:07:51 +0200
commit5569e250a6c63e7838b8a2bfbd66ee45c7602938 (patch)
treee519f27a4c96120c889a19d23743767b64a2347e /user
parentda8d854e87e0fd84b48152fe404623b7d06aa528 (diff)
hurd d-i: new items
Diffstat (limited to 'user')
-rw-r--r--user/jkoenig.mdwn18
1 files changed, 16 insertions, 2 deletions
diff --git a/user/jkoenig.mdwn b/user/jkoenig.mdwn
index 3b90e470..68020599 100644
--- a/user/jkoenig.mdwn
+++ b/user/jkoenig.mdwn
@@ -36,7 +36,7 @@ I will be keeping track of my progress on this page.
* consider the alternatives discussed on bug-hurd (postponed)
* **glibc**: fix `mkdir("/")` which returned `EINVAL`
- * (./) eglibc 2.11.2 includes a quick fix by youpi (2010-06-15)
+ * (./) eglibc 2.11.2-1 includes a quick fix by youpi (2010-06-15)
* (./) more complete patch posted to bug-hurd,
since other calls return incorrect errors under some circumstances
(2010-06-16)
@@ -50,7 +50,7 @@ I will be keeping track of my progress on this page.
* (./) short-circuit
`partman-basicfilesystems/init.d/kernelmodules_basicfilesystems`
(2010-06-16)
- * partman-auto recipes:
+ * (./) partman-auto recipes:
make the default filesystem os-dependent
when it has not been preseeded (ie. the *seen* flag is clear)
* rebuild with responsible version numbers and upload to my repository
@@ -68,6 +68,11 @@ I will be keeping track of my progress on this page.
* rumour has it that there is some code to handle partitions in userspace
with libparted, might be interesting as well
+* **d-i/installer/build**: (expected 2010-06-19)
+ * publish the patch I use
+ * sort out the changes suitable for inclusion
+ and ask youpi and/or debian-boot@l.d.o to commit them
+
* **hurd-udeb**: (expected 2010-06-19)
* rebuild with the hack suggested by youpi for qemu network configuration
* cleanup, ask youpi to commit
@@ -83,6 +88,10 @@ I will be keeping track of my progress on this page.
*Milestone (expected 2010-06-21):
installer kindof works, with documented manual intervention required*
+* **partman**: further adjustments
+ * force 4k blocks in every case
+ * hide irrelevant mount options? (sync, relatime)
+
* **busybox**: port
* fix stty/stat/ipcs on kFreeBSD,
* generally port more stuff,
@@ -97,10 +106,15 @@ installer kindof works, with documented manual intervention required*
or some special code would be needed in the installer
to enable say, /servers/socket/local before anything
is attempted in the chroot]
+
+* investigate the /hurd/proc issue
+
* netcfg: make it work on Hurd somehow (port `busybox ip`?)
+
* Hurd-specific partitionning (use supported fs types and options).
NB: we will need support in mach to reload the partition tables,
or alternatively use the parted support in libstore somehow.
+
* grub2 installation
*Milestone (expected 2010-07-05):