aboutsummaryrefslogtreecommitdiffstats
path: root/kickstart/fedora.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart/fedora.sh')
-rwxr-xr-xkickstart/fedora.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/kickstart/fedora.sh b/kickstart/fedora.sh
new file mode 100755
index 0000000..7b970e7
--- /dev/null
+++ b/kickstart/fedora.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# config
+name="fedora"
+vers="34"
+repo="http://spunk.home.kraxel.org/mirror/fedora/rsync/f${vers}-release/Server/x86_64/os/"
+dest="/vmdisk/hdd/imagefish"
+
+disk="${dest}/${name}-${vers}-ks-x86_64.qcow2"
+./run-install.sh "$disk" "$repo" "4" "fedora.ks"
+sudo chown kraxel.kraxel "$disk"