> --multiboot-command-line=${kernel-command-line}
   >         --host-priv-port=${host-port}
   >         --device-master-port=${device-port}
   >         --exec-server-task=${exec-task} -T typed

   Perhaps your emailclient did this, but it should be one line:

   module (hd0,2)/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

And that is obciously _still_ wrong.  It should look like this:

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)

(the OP might wish to tell grub where exactly /hurd/ext2fs.static is,
but that is a minor issue)


_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to