On Thu, Sep 09, 2004 at 04:52:06PM +0100, [EMAIL PROTECTED] wrote: > Quoting Marco Gerards <[EMAIL PROTECTED]>: > > > You would need scripting support for that. I don't think that will > > make it into GRUB Legacy, but it will be possible with GRUB 2 some > > day. > > Perhaps we mis-understand each other... I don't want to be able to write that > psuedo-code as a script, I was just trying to illustrate my point. > > Basically, I would like the specific functionality added to grub where it can > set the kernel console based on the terminal setting within grub. I'm sure this > must be fairly trivial :)
I do not think it's trivial, but it's unnecessary. You can simply tell the kernel that both are the console: kernel /bzImage console=tty0 console=ttyS0 More details in linuxsource/Documentation/serial-console.txt. -- Didi _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-grub
