The way that I do it is to get the ks.cfg file via NFS. In syslinux.cfg on the bootnet floppy disk, I put: label Set1 kernel vmlinuz append ks=nfs:nfs.server.com:/path/to/kickstart/ks1.cfg initrd=initrd.img network label Set2 kernel vmlinuz append ks=nfs:nfs.server.com:/path/to/kickstart/ks2.cfg initrd=initrd.img network I use NFS for the installation as well, so I have the kickstart and redhat cd directories on the same machine. HTH Forrest -----Original Message----- From: Erik Troan [mailto:ewt@xxxxxxxxxx] Sent: Thursday, February 01, 2001 2:28 PM To: kickstart-list@xxxxxxxxxx Subject: Re: 2 ks.cfg files in syslinux.cfg On Thu, 1 Feb 2001 Rebecca.R.Krause@xxxxxxxxxxx wrote: > I have two ks.cfg files(ks1.cfg and ks2.cfg) that install different sets of > packages. I would like to be able to choose which set to install from the > kickstart screen. Any suggestions on how to do this? Below is my > syslinux.cfg file. I am not sure how to tell it to use either ks1.cfg or > ks2.cfg. You can't do quite what you want. You can unroll the initrd on the boot disk, copy your files onto that filesystem, put the new initrd there, and then use ks=file:/ks1.cfg or file:/ks2.cfg. Erik ---------------------------------------------------------------------------- --- | "Who is John Galt?" - Atlas Shrugged by Ayn Rand | | | | Linux Application Development -- http://people.redhat.com/johnsonm/lad | _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/kickstart-list