That worked great with Redhat 9 and even AS2.1, but it stopped working when we upgraded kickstart to AS3.0. Thanks for the detailed suggestion. - Liston On Mon, 1 Mar 2004, Philip Rowlands wrote: > On Fri, 27 Feb 2004 kickstart-list@xxxxxxxx wrote: > > >Can you be more specific about where I put 'text' in the file? > > To avoid anaconda's GUI, the "text" argument can go on the kernel > command line, or in the kickstart file on its own line. > > For the command-line version, you'll need to edit your bootloader's > config file, e.g. pxelinux.cfg/default or isolinux.cfg, like this: > > label text > kernel vmlinuz > append initrd=initrd.img text devfs=nomount ramdisk_size=8192 > > > > Cheers, > Phil > >