aboutsummaryrefslogtreecommitdiffstats
path: root/kickstart/centos8.sh
blob: 604bed1ba89d30f8bdc236ab8733a3763a1b36ba (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# config
name="centos"
vers="8"
repo="http://spunk.home.kraxel.org/centos/8/BaseOS/x86_64/os/"
dest="/vmdisk/hdd/imagefish"

disk="${dest}/${name}-${vers}-ks-x86_64.qcow2"
../scripts/run-kickstart-install.sh "$disk" "$repo" el8.ks
sudo chown kraxel.kraxel "$disk"