AOOI - Error downloading kickstart file - FC6 1and1 x86_64
-
- Forum User
- Posts: 6
- Joined: Sat Dec 01, 2007 1:02 pm
-
- Forum User
- Posts: 6
- Joined: Sat Dec 01, 2007 1:02 pm
ugh, I give up, tried every possible device. Even tried doing a manual install, it just can't seem to get an IP when using the correct settings. It's like the drivers for the hard disks aren't loaded at all when the centos install starts. If there was some way to put the kickstart file in ram that wasn't deleted when rebooting then maybe.
kickstart syntax
According to http://www.centos.org/docs/5/html/5.1/I ... stall.html the syntax for a kickstart kernel option is
where the original aooi shell script has (missing second ":").
Code: Select all
ks=hd:<device>:/<file>
Code: Select all
append="ks=hd:$KSDEV/ks-1and1-$ARCH.cfg console=ttyS0,57600n8"