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