Red Hat 7.2
I am trying to build a kickstart floppy.  When I run the ks.cfg
listed below, I get the following error:

File "/usr/lib/anaconda/kickstart.py", line 726 in
definePartition
  raise ValueError, "partition command requires one anonymous
argument"
ValueError, "partition command requires one anonymous argument"
install exited abnormally

anyone have any clues?

# Kickstart file automatically generated by anaconda.
lang en_US
langsupport --default en_US en_US
keyboard us
mouse generic3ps/2 --device psaux
xconfig --card "Matrox Millennium G450" --videoram 16384 --hsync
30.0-107.0 --vsync 50.0-160.0 --resolution 1024x768 --depth 16
network --device eth0 --bootproto static --ip
204.34.175.194 --netmask 255.255.255.0 --gateway
204.34.175.194 --nameserver 204.34.175.194 --hostname kpchost
rootpw --iscrypted zÑJMLDOtQORFI
firewall --disabled
authconfig --enableshadow
timezone America/Phoenix
bootloader --append hdd=ide-scsi
# 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
install
cdrom
zerombr yes
clearpart --all
part /boot   --fstype ext3 --size 128 --asprimary 1
part  swap   --size 512 --asprimary 2
part /   --fstype ext3 --size 1000 --asprimary 3
part /home1 --fstype ext3 -- size 1000
part /home2 --fstype ext3 --size 1000
part /opt --fstype ext3 --size 1000
part /usr --fstype ext3 --size 2000
part /var --fstype ext3 --size 1000
part /security1 --fstype ext3 --size 1000
part /security2 --fstype ext3 --size 1000
part /tmp --fstype ext3 --size 512
part /test --fstype ext3 --size 512
part /h --fstype ext3 --size 1000 --grow

%packages
@ Printing Support
@ Classic X Window System
@ X Window System
@ GNOME
@ Network Support
@ NFS File Server
@ Web Server
@ DNS Name Server
@ Games and Entertainment
xbill
libogg
compat-libstdc++
SDL_image
gnome-games
tuxracer
libpcap
asp2php-gtk
SDL
gnuchess
Maelstrom
rhn_register-gnome
chromium
redhat-config-network
nmap-frontend
up2date-gnome
smpeg
Mesa-demos
SDL_net
SDL_mixer
vnc-server
freeciv
openssh-askpass-gnome
bindconf
vnc
xsnow
ucd-snmp
xboard
apacheconf
libvorbis
openssh-askpass
xpilot
gq

%post




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to