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.

Any thoughts?


# Kickstart file automatically generated by anaconda.

install  cdrom
lang en_US
langsupport --default en_US 
keyboard us
network --device eth0 --bootproto static --ip 172.24.125.9 --netmask 
255.255.255.0  --gateway 172.24.125.1 --nameserver 172.24.125.1   --hostname 
deedee.azmaniaorg
rootpw --iscrypted $1$L4aqHXZj$YUvU/7iXMyTIys0M6e.jK1
authconfig --enableshadow --enablemd5
timezone --utc America/New_York

zerombr yes 
# bootloader --lba32 --nolinear
bootloader --location=mbr --append "console=ttyS0,9600n8 apm=power-off"
#bootloader --location=mbr 

# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
clearpart --all
part /boot --fstype ext3 --size=30 --ondisk=hda
part swap --size=256  --ondisk=hda
part / --fstype ext3 --badblocks --grow --size=1000 --ondisk=hda
part /usr --fstype ext3 --badblocks --grow --size=3000 --ondisk=hda
part /var --fstype ext3 --badblocks --grow --size=1500 --ondisk=hda
part /pub --fstype ext3 --badblocks --grow --size=2000 --ondisk=hda

reboot

%packages 
@ Minimal Install with SSH
@ Web server with PHP
@ Commonly used local utilities
bind-utils
jwhois
lynx
mutt
wget
rsync
tcpdump
traceroute
procmail
iptables
kernel-firewall
mysql-libs
postgresql-libs
ntp
swupcron

# build env -remove after builds
cyrus-sasl-devel
db4-devel
glibc-devel
mysql-devel
openldap-devel
openssl-devel
pkgconfig
perl
gcc
rpm-build
linux-headers

%post
echo "domain xyz.org" > /etc/resolv.conf
echo "nameserver 172.24.125.4" >> /etc/resolv.conf


/bin/rpm -e yp-tools  ypbind-mt portmap
/bin/rpm -e kudzu ash xfsprogs
/bin/rpm -e pump mt-st
/bin/rpm -e ppp rp-pppoe pptpd

# where to get time when starting
echo "timex.peachnet.edu" >> /etc/ntp/step-tickers

# add a ntp server to the ntp.conf
mv /etc/ntp.conf /etc/ntp.conf.orig
cat <<EOF >/etc/ntp.conf

server timex.peachnet.edu

driftfile /etc/ntp/drift

EOF

chkconfig --level 345 sshd on
chkconfig --level 345 ntpd on
#chkconfig --add iptables
chkconfig --level 2345 iptables on

_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to