summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-06-25 21:08:45 +0200
committerJeremie Koenig <jk@jk.fr.eu.org>2010-06-25 21:08:45 +0200
commit9a28e7c0f81bff508d0c29258fcbd1a558c42688 (patch)
treed3c55046e82c544f7159e57389763d0d0b90bf40 /user
parentc980a3a3123eff9ab0063b8fdfd78eb7e69901a1 (diff)
hurd d-i: roadmap update
Diffstat (limited to 'user')
-rw-r--r--user/jkoenig.mdwn35
1 files changed, 22 insertions, 13 deletions
diff --git a/user/jkoenig.mdwn b/user/jkoenig.mdwn
index def5ce8f..a07d6606 100644
--- a/user/jkoenig.mdwn
+++ b/user/jkoenig.mdwn
@@ -64,36 +64,45 @@ I will be keeping track of my progress on this page.
* (./) fix mount to accept `-o defaults`
* cleanup, ask youpi to commit
-* reloading the partition table (urgent)
+* reloading the partition table (2010-06-25)
* unfortunately, *non-workable-aroud* without a reboot
* (./) hurd-udeb now uses `part:N:device:X` for partition devices
(2010-06-23)
- * it should drop-in a partman script
- to reload them through `settrans -ag /dev/[hs]d*`.
- * As an alternative,
- Mach has some support in the form of linux drivers,
- using it would require wiring the `BLKRRPART` ioctl,
- but so far my attempts at this have failed.
-
-* **busybox**: submit upstream and to [[!debbug 323670]] (expected 2010-06-20)
+ * (./) it also provides /lib/partman/commit.d/??hurd\_reloadpart,
+ which basically does `settrans -ag /dev/[hs]d*`.
+ (2010-06-24)
+ * {X} However, once it's mounted on /target,
+ the test-exec script from base-installer hangs.
+ * (./) Mach's drivers from Linux support reloading partitions.
+ With help from youpi this has been made available through a
+ device\_set\_status() call.
+ * (./) make libparted use it
+ * {X} However, still the same failure,
+ which must be from something else.
+ * Reminder: I should file a bug against libparted with the patch sometime.
+
+* **busybox**: submit upstream and to [[!debbug 323670]]
+ (waiting for upstream to review)
* (./) I have mentioned my work on the upstream mailing list,
* (./) merge the recent changes from upstream,
notably to the build system.
(2010-06-23)
- * ask upstream for review and merge
+ * (./) ask upstream for review and merge
+ (2010-06-25)
* backport any additional changes onto the debian branch
* hijack [[!debbug 323670]] and submit my patches
-* **base-installer**:
+* **base-installer**:
implement the arch-specific shell functions for kernel selection
and devices in /target.
+ (expected 2010-06-28)
-* **d-i/installer/build**: (expected 2010-06-19)
+* **d-i/installer/build**: (expected 2010-06-28)
* 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
-**Milestone (expected... sometime soon):
+**Milestone (expected 2010-06-28):
installer kindof works, with documented manual intervention required**
* **partman**: further adjustments