Hi all,
I am trying to use kickstart, but, I am having a problem with
'autostep'. Autostep is not running at all, the installation became
interactive. I am trying to do a ftp based installation for FC1.
This is my ks.cfg
-----------------
autostep
install url --url ftp://fedora:fedora@xxxxxxxxxxxx/fedora
text
authconfig --enablemd5 --enableshadow
rootpw fedora
zerombr yes
bootloader --location=mbr
clearpart --all --drives=hda
partition /boot --onpart=hda1 --size=100 --asprimary --fstype=ext3
part swap --size=512 --grow --maxsize=512 --ondisk=hda
partition / --fstype ext3 --size=1024 --grow --ondisk=hda
deviceprobe
keyboard es
mouse genericwheelps/2 --device psaux
lang es_ES.UTF-8
langsupport --default es_ES.UTF-8 es_ES.UTF-8
keyboard es
timezone --utc Europe/Madrid
firewall --disabled
network --device eth0 --bootproto static --ip 192.168.10.254 --netmask
255.255.255.0 --nodns
#network --device eth1 --bootproto static --ip 192.168.100.254 --netmask
255.255.255.0 --nodns
reboot
# http://penguin.epfl.ch/comps/1/comps-v4-lang-es.html
%packages --resolvedeps
@ spanish-support
@ web-server
-squid
-tux
-webalizer
-php-ldap
caching-nameserver
lftp
vim-enhanced
imap
lynx
elinks
screen
wget
rdate
%post
-----------------
Regards.