bug-hurd
[Top][All Lists]
Advanced

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

Re: gnumach + oskit + pcmcia boot failure:


From: David Walter
Subject: Re: gnumach + oskit + pcmcia boot failure:
Date: Sat, 16 Nov 2002 14:22:53 -0500
User-agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.4 (Honest Recruiter, hurd-i386-debian)

Daniel Wagner <wagi@gmx.ch> writes:

> Bin Ren <bin_ren@myrealbox.com> writes:
title GNU/Hurd OSKit
         root (hd0,8)
         kernel /boot/kernel root=device:hd0s9 --
         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)

> make sure, that the command line is really only one line!

adding to the explanation above, you can 'continue' a line in grub for
readability using the line end escape '\' character.

Thus your entries would look like this rather than what was in your
email:

title GNU/Hurd OSKit
root (hd0,8)
kernel /boot/kernel root=device:hd0s9 --
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)


 FYI: emacs will do this for you, if you select (highlight) the lines
 to backslash then:

      M-x c-mode
      M-x c-backslash-region

-- 
pub  1024D/DC92AE30 2002-02-26 David Walter <dwalter@syr.edu>
fingerprint = 50A0 E513 732D 1D0F BD26  C84E A8DD 9D80 DC92 AE30
sub  2048g/51023582 2002-02-26




reply via email to

[Prev in Thread] Current Thread [Next in Thread]