diff options
author | Jeremie Koenig <jk@jk.fr.eu.org> | 2010-07-12 12:41:52 +0200 |
---|---|---|
committer | Jeremie Koenig <jk@jk.fr.eu.org> | 2010-07-12 12:41:52 +0200 |
commit | 9866d703953a06ef1cc2e97ca87273fb7fcb1ac8 (patch) | |
tree | 17ecbcafa49a0d49c239048eadf003eb3c4d5b06 | |
parent | b8a6cbb78b141b7fe384184471bc7b838ba8bc06 (diff) |
hurd d-i: roadmap update (grub-probe, "no kernel")
-rw-r--r-- | user/jkoenig.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/jkoenig.mdwn b/user/jkoenig.mdwn index 4a124476..fd02c328 100644 --- a/user/jkoenig.mdwn +++ b/user/jkoenig.mdwn @@ -183,6 +183,17 @@ installer kindof works, with documented manual intervention required** so that the mirror is authenticated in the target system as well. (2010-07-12) +* Fix grub for user-space partitions (expected 2010-07-12) + * Currently, when using user-space partitions, + grub-probe detects the whole device rather than the partition + as the device behind /boot/grub. + Consequently, grub-install fails. + * One approach would be to replace /dev/hd* by kernel devices + for file systems as well as for swap partitions. + * On the other hand, grub-probe will need to be fixed + sooner or later for user-space partition support, + and parsing the fsysopts would possibly be an option. + * **d-i/installer/build**: (expected 2010-07-12) * publish the patch I use * sort out the changes suitable for inclusion @@ -207,6 +218,8 @@ installer works but it's still somewhat ugly and broken** * Maybe settrans could be made to accept -o/--owner and -p/--perm, to set the permissions for the underlying node? +* Silence the "no kernel" warning somehow. + * Prepare a NMU for genext2fs (which is orphaned), and ask youpi to sponsor the upload. |