Index of /boot/ks

[ICO]NameLast modifiedSizeDescription

[   ]Parent Directory   -  
[DIR]custom/ 2021-11-28 11:06 -  
[DIR]deb/ 2023-05-10 12:35 -  
[   ]FedoraLive.ks 2023-08-21 08:13 3.8K 
[TXT]centos-rescue 2021-11-13 08:25 1.5K 
[TXT]centos5 2019-11-10 11:35 8.2K 
[TXT]centos6 2019-11-10 11:34 16K 
[TXT]centos7 2024-01-31 12:48 20K 
[TXT]centos8 2024-01-31 12:48 20K 
[TXT]centos8-stream 2024-01-31 12:48 20K 
[   ]centos8.3 2024-01-31 12:48 20K 
[   ]centos8.4 2024-01-31 12:48 20K 
[TXT]centos9 2024-01-31 12:48 20K 
[TXT]centos9-stream 2024-01-31 12:48 20K 
[   ]desktop.pkgs 2020-01-14 14:54 553  
[TXT]error.php 2015-12-13 07:52 3.3K 
[TXT]fedora 2024-01-31 12:48 20K 
[TXT]live.pkgs 2023-08-21 06:36 2.8K 
[TXT]pc 2024-01-31 12:48 20K 
[   ]rescue 2017-05-30 12:24 875  
[TXT]rescue-sshd 2024-02-16 08:49 2.1K 
[TXT]ubuntu 2021-11-13 08:25 3.8K 

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

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