duncan brown said: > ok, so i'm doing manual installations after booting via grub to the > installer (copying vmlinuz and initrd.img from the isolinux dir), but i > want to be able to specify the kickstart file i use, and i want it to be > pulled via http. i've found a few sites that tell me what to do, but > kickstart always says that it's an illegal syntax and walks me through > the steps. > > anyone know of a good kickstart ref? redhat's for 9 has nothing, and > all the kickstart sites i've googled to are outdated and don't reference > http ks config files. nevermind my retardation, it was in the manual. i must have been a little too pissed to see it when i was reading the manual =] https://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-kickstart2-startinginstall.html ks=http://<server>/<path> The installation program will look for the kickstart file on the HTTP server <server>, as file <path>. The installation program will use DHCP to configure the Ethernet card. For example, if your HTTP server is server.example.com and the kickstart file is in the HTTP directory /mydir/ks.cfg, the correct boot command would be ks=http://server.example.com/mydir/ks.cfg. +( duncan brown : duncanbrown@xxxxxxxxxxxxxxxxx )+ +( linux works for me : www.linuxadvocate.net )+ -------------------------------------------------- Understatement of the century: "Hello everybody out there using minix - I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones" - Linus Torvalds, August 1991 --------------------------------------------------