[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GNU/Hurd K8 Hangs at boot



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



Reply to: