Displaying 1 result from an estimated 1 matches for "jobster".
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
...--url http://10.200.250.11/kickstart/OS/centos_5_1_32/
#Clear the Master Boot Record
zerombr yes
firewall --disabled
selinux --disabled
authconfig --enableshadow --enablemd5
bootloader --location=mbr --append="nofb"
network --bootproto=dhcp --device=eth0
logging --host=prod-utility-1.sea2.jobster.us --port=514 --level=info
skipx
reboot
#Partition clearing information
clearpart --all
#Partition the Drives
part /boot --fstype ext3 --size=100
part swap --fstype swap --size=4096
part / --fstype ext3 --size=500 --grow
#Package install information
%packages resolvedeps
acl
acpid
adjtimex
-alsa-...