Skip to main contentNedix.io

Fedora

Kickstart

fedora-31-kickstart.sh
#!/bin/bash
pkill qemu-system-x86
deploy()
{
echo "$*" | grep -w -- "--deploy" || return 0
printf "\nHost: "
read -r HOST

This is a Bash script that prepares a Fedora 31 virtual machine for deployment on a remote server.