Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => General Networking Support in Linux => Topic started by: puneetloiya on July 06, 2004, 10:00:15 AM

Title: hwo to make a ks.cfg
Post by: puneetloiya on July 06, 2004, 10:00:15 AM
Hello all,

I m doin Kickstart installation. plz read the ks.cfg file. is it ok ?

# Kickstart file automatically generated by anaconda.

install
lang en_US.UTF-8
langsupport --default en_US.UTF-8 en_US.UTF-8
keyboard us
mouse genericwheelps/2 --device psaux
xconfig --card "Intel 810" --videoram 16384 --hsync 30-55 --vsync 50-120 --resolution 1024x768 --depth 24 --startxonboot  --defaultdesktop gnome
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$Dcxsy7z9$fytqFMoyZ5du308n909on1
firewall --high
authconfig --enableshadow --enablemd5
timezone Asia/Calcutta
bootloader --location=mbr --md5pass=$1$tT8bY3D.$F4/pLQWe6t2N5LuNrBjkG1
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
#clearpart --linux
#part /boot --fstype ext3 --size=200
#part /home --fstype ext3 --size=3000
#part swap --size=2000
#part / --fstype ext3 --size=1 --grow

%packages
@ Administration Tools
@ Dialup Networking Support
@ Editors
@ Emacs
@ GNOME Desktop Environment
@ Graphics
@ Server Configuration Tools
@ Sound and Video
@ System Tools
@ X Window System

%post


Puneet