John Summerfield wrote:
[EMAIL PROTECTED] wrote:
It's probably case-sensitive.
key "MYKEYHERE' works for me fine.
Jason said he had "key," not any version using upper case. See the ks
file he posted, and show us what's wrong with that.
I've tried both "key DWV" and "Key DWV", both give the error "Unknown
command: key" (or Key).
I've done an interactive http install using the first cdrom. That
produced an anaconda-ks.cfg file, but that file didn't contain the "key"
line or the repo line for livna.org yum repository that I specified
during the install.
Here is my kickstart file minus the %post stuff:
------------------------------------------------------------
install
nfs --server=myserver --dir=/kickstart/rhel5b1/distro
key DWV
lang en_US.UTF-8
keyboard us
#xconfig --driver "vesa" --resolution 800x600 --depth 16 --startxonboot
xconfig --driver "vesa" --resolution 800x600 --depth 16
network --device eth0 --bootproto dhcp
rootpw --iscrypted ########
firewall --enabled --port=22:tcp
authconfig --enableshadow --enablemd5
selinux --enforcing
timezone --utc America/New_York
bootloader --location=mbr --driveorder=sda --append="rhgb quiet"
# 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 --all --drives=sda
part /boot --fstype ext3 --size=200 --ondisk=sda
part pv.4 --size=0 --grow --ondisk=sda
volgroup VolGroup00 --pesize=32768 pv.4
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00
--size=1000 --grow --maxsize=1984
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024
--grow
reboot
%packages
@admin-tools
@base
@gnome-desktop
@kde-desktop
[EMAIL PROTECTED]
# needed for ATI driver
@legacy-software-development
[EMAIL PROTECTED]
[EMAIL PROTECTED]
gcc
make
# needed for openafs-client
binutils
%post
---------------------------------------
Thanks,
Jason
_______________________________________________
rhelv5-beta-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-beta-list