summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/debian_installer.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-03-14 23:35:15 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-03-14 23:35:15 +0100
commite91198942e583256fe2221014de05a0d528e422c (patch)
tree68b83ca553103f48ab2713072f3ea053ca36c13a /community/gsoc/project_ideas/debian_installer.mdwn
parent8802523cc2fae7ddadc1d06bddb159581a8fadf0 (diff)
Add information on what already works
Diffstat (limited to 'community/gsoc/project_ideas/debian_installer.mdwn')
-rw-r--r--community/gsoc/project_ideas/debian_installer.mdwn16
1 files changed, 11 insertions, 5 deletions
diff --git a/community/gsoc/project_ideas/debian_installer.mdwn b/community/gsoc/project_ideas/debian_installer.mdwn
index d182c4ee..43682e8b 100644
--- a/community/gsoc/project_ideas/debian_installer.mdwn
+++ b/community/gsoc/project_ideas/debian_installer.mdwn
@@ -23,12 +23,18 @@ requires relatively little Hurd-specific knowledge.
A lot of the "non-Linux support" part of the project has already been done thanks to a previous GSoC, so at least no ground reason should bar the project. A lot of the required udebs are already in Debian or are pending upload, so that building an image and booting it does already work. A preliminary list of what remains is
-* Add initrd support to GNU Mach, unless youpi does it before :) This should not be very complicated by re-using the iopl driver code.
-* hurdify genext2fs to handle 4096 block size by default (see bug #562999) and support translator entries.
-* Port busybox. This needs to be synchronized with kfreebsd people, who have probably already done some work, but that seemingly still hasn't been merged. In the meanwhile, youpi has a version with most of it disabled so a d-i image can actually be built.
-* Port keyboard-setup to configure the xkb driver of the Hurd console
+ * Add initrd support to GNU Mach, unless youpi does it before :) This should not be very complicated by re-using the iopl driver code.
+ * hurdify genext2fs to handle 4096 block size by default (see bug #562999) and support translator entries.
+ * Port busybox. This needs to be synchronized with kfreebsd people, who have probably already done some work, but that seemingly still hasn't been merged. In the meanwhile, youpi has a version with most of it disabled so a d-i image can actually be built.
+ * Port keyboard-setup to configure the xkb driver of the Hurd console
-As a starting point, students might wish to look at the current Debian installer source and build process.
+As a starting point to get a grasp at how the debian installer is built, students might wish to look at the current Debian installer source and build process on Linux:
+
+ * svn co svn://svn.debian.org/d-i/trunk/installer/
+ * cd installer/build
+ * make build_monolithic
+
+The same can be done on hurd-i386 but a few non-uploaded packages are needed, see http://people.debian.org/~sthibault/hurd-i386/README-d-i
Possible mentors: Samuel Thibault (youpi)