Alfred M. Szmidt schrieb:
   module
   (hd0,0)/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)

This should be one line.

Either one line (ugly and some editors may trick you) or you put an "\" the end:

module (hd0,0)/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 (hd0,0)/lib/ld.so.1 /hurd/exec \
  $(exec-task=task-create)

Patrick


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to