Index of /recovery/pxeboot/ks

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]FedoraLive.ks2016-11-04 17:30 2.9K 
[TXT]README.html2016-11-04 17:30 671  
[   ]centos-rescue2016-11-04 17:30 1.4K 
[   ]centos52016-11-04 17:30 8.2K 
[   ]centos62016-11-04 17:30 15K 
[   ]centos72016-11-04 17:30 15K 
[DIR]custom/2016-11-04 17:30 -  
[   ]desktop.pkgs2016-11-04 17:30 558  
[   ]error.php2016-11-04 17:30 3.3K 
[   ]fedora2016-11-04 17:30 15K 
[   ]live.pkgs2016-11-04 17:30 2.3K 
[   ]pc2016-11-04 17:30 15K 
[   ]rescue2016-11-04 17:30 1.7K 

URL syntax:
   http://boot.salstar.sk/ks/fedora
   http://boot.salstar.sk/ks/centos6
Extra kernel parameter:
  part=root=4,vg=vg1,swap=2,var=32,home=max
  disks=sda,sdb
  pkgs=desktop,salpack,roxterm

KVM installation command:

NAME=server
RAM=1024
BRIDGE=lan0
DISK0=vol=vg1/${NAME}_hda,cache=none,format=raw
DISK1=/dev/vg1/${name}_hda,cache=none,format=raw
virt-install -n $NAME -r $RAM --vcpus=1 \
	--os-type=linux --os-variant=fedora13 --accelerate --vnc --pxe \
	--bridge $BRIDGE --disk $DISK0 --disk $DISK1