From 9e52cf07f5ace5231c1ba970090016f8d80839cf Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Tue, 8 Jan 2008 15:13:06 +0000 Subject: * debian/local/menu.lst: Add some comments. --- debian/changelog | 2 +- debian/local/menu.lst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8a0b448e..8475834b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ hurd (20071119-2) UNRELEASED; urgency=low - * + * debian/local/menu.lst: Add some comments. -- Michael Banck Tue, 08 Jan 2008 15:54:52 +0100 diff --git a/debian/local/menu.lst b/debian/local/menu.lst index 528faf52..9e2ba4c0 100644 --- a/debian/local/menu.lst +++ b/debian/local/menu.lst @@ -1,3 +1,7 @@ +# Example GRUB configuration to boot Debian GNU/Hurd off the first partition. +# Adjust the partition setting for GRUB's root command and the gnumach.gz +# root device. + timeout 5 default 0 @@ -9,6 +13,7 @@ module /hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --hos module /lib/ld.so.1 /hurd/exec $(exec-task=task-create) title Debian GNU/Hurd (single user mode) +root (hd0,0) kernel /boot/gnumach.gz -s root=device:hd0s1 module /hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T typed ${root} $(task-create) $(task-resume) module /lib/ld.so.1 /hurd/exec $(exec-task=task-create) -- cgit v1.2.3