Yes, I do it all the time. If you use kickstart to install on a machine that already has something on it, you can do one of two things (not just two, but I'll explain the most used scenarios). You can add this to your ks.cfg: zerombr yes clearpart --linux # list your partitions here part /boot --size 500 part swap --size 500 part / --size 3000 --grow This will clear any linux partitions on the disk, and use them for installing the new system. Or, if you have some other operating system on the target computer, use: clearpart --all to wipe out all existing partitions. That should do it. Forrest > -----Original Message----- > From: Smith, Lisa [mailto:LSmith@xxxxxxxxxxx] > Sent: Wednesday, March 21, 2001 12:29 PM > To: 'kickstart-list@xxxxxxxxxx' > Subject: using kickstart on factory installed machines > > > I'm a bit new to linux, so forgive any lame questions... > > Has anyone used kickstart to customize factory installed machines? > > What happens when using kickstart to install on a machine > that is already > installed? > > Lisa > > > This transmission may contain information that is privileged, > confidential > and exempt from disclosure under applicable law. > If you are not the intended recipient, you are hereby > notified that any > disclosure, copying, distribution, or use of the information contained > herein (including any reliance thereon) is STRICTLY PROHIBITED. > If you received this transmission in error, please > immediately contact the > sender and destroy the material in its entirety, whether in > electronic or > hard copy format. > Thank you > > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list >