Hello

I've got a spacewalk 2.0 server up and running well.
Now, there is a small issue during the kickstart-installation which I cannot 
explain.

After I start the install-process, the installation stops at the "partitioning 
type"-Page and ask me, if  I want to use the entire disk , replace existing 
linux system or use free space.
If I press the OK button on this Ncursces-Dialogue, the installation-process 
finishes as expected.

Here's my kickstart. 

Maybe one of you could help me, and tell me what option I forgot.

Thank you in advanced.
Regards
Stefan



install
text
network --bootproto=static --device=eth0 --gateway=1.1.1.1 --ip=1.1.1.2 
--nameserver=1.1.1.3 --netmask=255.255.255.0
 --onboot=on --hostname server1
cdrom
lang en_US.UTF-8
keyboard sg-latin1
zerombr
clearpart --all --initlabel
bootloader --location mbr
timezone --utc Europe/Zurich
auth --enablemd5 --enableshadow
rootpw --iscrypted gaga
selinux --enforcing
reboot
firewall --enabled --ssh 
skipx
repo --name=centos6-x86_64-updates 
--baseurl=http://spacewalkserver/ks/dist/child/centos6-x86_64-updates/ks_centos6_
64
repo --name=centos6-x86_64-fasttrack 
--baseurl=http://spacewalkserver/ks/dist/child/centos6-x86_64-fasttrack/ks_cent
os6_64
repo --name=centos6-x86-64-spacewalk-client 
--baseurl=http://spacewalkserver/ks/dist/child/centos6-x86-64-spacewalk-
client/ks_centos6_64
part /boot --fstype=ext4 --size=500
part pv.008002 --grow --size=1

volgroup vg_00 --pesize=4096 pv.008002
logvol / --fstype=ext4 --name=lv_root --vgname=vg_00 --grow --size=1024 
--maxsize=51200
logvol swap --name=lv_swap --vgname=vg_00 --size=1024 --maxsize=2000

%packages
@ Base
wget
nc
policycoreutils-python
%end




_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to