Please - does someone have a working kickstart (non PXE) for 2.2?? I've tried to get a working ks for the 02172005 and the most recent iso and both failed for boot nfs and cdrom in the same place. I used a ks.cfg from an interactive install and they always halt at te keyboard selection screen. Purely informaitonal - 2 different hardware systems. I've checked the other virtual consoles - no reported errors.
Typically, if the interactive install starts, your ks.cfg was not found. How did you boot the installer? If your ks.cfg (exactly that file name) is on the first floppy drive, then start the install at the boot prompt with:
boot: linux ks=floppy
I place kickstart configs on a web server and use something similar to:
boot: linux ks=http://1.2.3.4/trustix/cfg/2.2.cfg
Floppy, PXE, nfs, cdrom - all just different ways of bootstrapping the installer - pointing anaconda to your kickstart configuration after the kernel/initrd are loaded all works the same ;)
Kind Regards, Michael Shuler _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
