Kickstart via PXE/NFS

SSTinsley at upsfreight.com SSTinsley at upsfreight.com
Tue May 15 15:47:30 UTC 2007


kickstart-list-bounces at redhat.com wrote on 05/15/2007 09:42:03 AM:

> Could you post your ks.cfg file, specifically the networking 
> section. I have seen this, even when the kernel loads correctly, 
> because the networking information is incorrect.
> 
> From: kickstart-list-bounces at redhat.com [mailto:kickstart-list-
> bounces at redhat.com] On Behalf Of SSTinsley at upsfreight.com
> Sent: Tuesday, May 15, 2007 4:43 AM
> To: Discussion list about Kickstart
> Cc: kickstart-list at redhat.com; kickstart-list-bounces at redhat.com
> Subject: RE: Kickstart via PXE/NFS

Curious why you would want to see the kickstart cfg since the log 
indicates it
never loads.

Here you go.

#System  language
lang en_US
#Language modules to install
langsupport --default=en_US
#System keyboard
keyboard us
#System mouse
mouse none
#Sytem timezone
timezone America/New_York
#Root password
rootpw --iscrypted $1$DiNcd4k4$cm9CuU4ZpdCLI92saMZ4K/
#Reboot after installation
reboot
#Use text mode install
text
#Use interactive kickstart installation method
##interactive
#Install Red Hat Linux instead of upgrade
install
#Use Web installation
#url --url http://172.16.9.147/redhat/rhel3.0_ES_U8
nfs --server=10.1.1.253 --dir=/export/redhat/rhel4.0_ES_U5
#System bootloader configuration
bootloader --location=mbr
#Partition clearing information
clearpart --all
#Disk partitioning information
part /boot --fstype=ext3 --ondisk=sda --size=256
part pv.11 --noformat --grow --ondisk=sda --size=0
volgroup        rootvg  pv.11
logvol / --fstype ext3 --vgname=rootvg --size=5192 --name=root_vol
logvol swap --vgname=rootvg --size=2096 --name=swap_vol
logvol /var --fstype ext3 --vgname=rootvg --size=2096 --name=var_vol
#logvol /export --fstype ext3 --vgname=rootvg --size=4096 
--name=export_vol
#logvol /users --fstype ext3 --vgname=rootvg --size=4096 --name=users_vol
#part /extra --fstype=ext3 --grow --ondisk=sda --size=0
#part pv.21 --noformat --grow --ondisk=sdb --size=10
#part pv.22 --noformat --grow --ondisk=sdb --size=10
##volgroup      uservg pv.21 pv.22
##logvol /u002  --fstype=ext3 --vgname=uservg --size=4096 --name=u001_vol

#System authorization infomation
auth  --useshadow  --enablemd5
#Network information
network --bootproto=dhcp --device=eth0 --ethtool="autoneg off duplex full"
#network --bootproto=dhcp --device=eth1 --ethtool="autoneg off duplex full 
speed 100"
#Firewall configuration
firewall --enabled
#Do not configure XWindows
skipx
#Package install information
%packages --resolvedeps
kernel

NOTE:  THIS DOCUMENT MAY CONTAIN CONFIDENTIAL AND NONPUBLIC INFORMATION.  IT IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL(S) OR ENTITY(IES) NAMED ABOVE, AND OTHERS SPECIFICALLY AUTHORIZED TO RECEIVE IT.  If you are not the intended recipient of this document, you are notified that any review, dissemination, distribution or copying of this communication is prohibited.  If you have received this communication in error, please notify me immediately by return email, delete the electronic message and destroy any printed copies.  Thank you for your cooperation.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20070515/921f5944/attachment.htm>


More information about the Kickstart-list mailing list