can I have then call the ks.cfg file from Kickstart?
I'm not exactly sure what you meant by this. You can build your system exactly the way you want with a kickstart file? I thought you had one already built, is this true? I tell you what might be even easier for you if you do. Boot to a LiveCD on that machine, stick in a thumb drive and tar the entire system off to a thumb drive. That should be all I need. Do you have a separate boot partition or is "/" and "/boot" all on one file system? If you have a separate "/boot" tar that to thumb drive as well.
From the LiveCD boot if you have the root partition mounted under /media/sda1 and the thumb drive mounted under /media/thumb I would do this:
- Code: Select all
# cd /media/sda1
# tar -cvzf /media/thumb/kiosk-root.tgz
You could either give it to me in person or if it's not huge and you have the bandwidth I could download it from you. I can recreate the server in a virtual machine from there, make the images, write the restore scripts and build a new restore CD.


