Works fine, but how can I do both, i.e. Printing on the serial console as well as on the tty0 ? At the same time ? Is this possible ? Thanks for any reply. Thomas. Zitat von seth vidal <skvidal@xxxxxxxxxxxx>: > On Wed, 2002-11-20 at 16:38, Hunter Modes wrote: > > > > Greetings, > > > > I'm trying to extend a kickstart setup to include RLX server blade > provisioning. The blades lack video/kbd or emulation; they expect the OS to > be serial-console-capable. The 7.3 kickstart initrd seems to lack alot of > components needed for serial console support. Is anyone aware of an official > procedure or image for kickstart-via-serial or am I on my own grafting serial > console support in? I haven't found anything in mail archives or newsgroups > that cover this except for machines with hardware support for serial console, > which, ironically, the headless rlx blades seem to lack (or at least their > implementation leaves alot to be desired) > > > > > > > make sure you can get to a serial port and add to your syslinux.cfg: > > label serial-install > kernel path/to/7.3/boot/kernel > append initrd=path/to/initrd.img ks lang= devfs=nomount ramdisk_size=8192 > console=ttyS0,speedofyourporthere > > > that should just work - but you can't switch vts from the serial console > install - at all. > > you only get vt1. > > > -sv > > > > -- Thomas Baumann // Postfach 110115 // D-64216 Darmstadt // <tom@xxxxxxx>