[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Funny Kickstart Issue



Title: Funny Kickstart Issue

Hello List,

I've done a lot of kickstart installs, but I'm having a problem with this one. (RH 8.0)
After the install, my network is not configured correctly, I have to run setup and configure it manually for it to work.

Here's the relevant portion of ks.cfg, I've tried the network line with --device=eth0, no joy.
The network line my wrap in your mail client, it is not wrapped in ks.cfg.

# Kickstart file for Curly by Charles Howse 1/23/2003
# Last edited 6/18/03

install
harddrive --partition=hdc2 --dir=/iso
reboot
lang en_US
langsupport --default en_US.UTF-8 en_US.UTF-8
keyboard us
mouse genericps/2 --device psaux --emulthree
skipx
network --bootproto=static --ip=192.168.254.2 --netmask=255.255.255.0 --gateway=192.168.254.254 --nameserver=24.159.64.20 --hostname=curly

#network --bootproto=dhcp --hostname=curly
firewall --disabled
authconfig --enableshadow --enablemd5
timezone America/Chicago
bootloader --location=mbr
#clearpart --all
part /boot --fstype ext3 --onpart hda1
part swap --onpart hdc1
part / --fstype ext3 --onpart hda2

[More irrelevant stuff cut…]



Any ideas?
Charles


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]