Quote:
Originally Posted by DotHQ
Where is your RED HAT Linux server CD?
Can you post the top of your anaconda kickstart file?
|
i dont have a red hat linux server CD . I have made a iso (custom iso) which install Red Hat and my software.
#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth --useshadow --enablemd5
# System bootloader configuration
bootloader --append="rhgb quiet" --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all --initlabel
# Use text install mode
text
#interactive
# Firewall configuration
firewall --disabled
# Run the Setup Agent on first boot
firstboot --disable
# Installation Number: Red Hat Enterprise Linux (Up to 2 Sockets)
key 4ecc-5985-4a88-1459
# System keyboard
keyboard us
# System language
lang en_US
# Installation logging level
logging --level=info
# Installation media available at:
hd:sdc
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
hd:sdc was before cdrom so i changed it but then it tells me to locate the Red Hat image which i cant figure where it is