From a3e2f8b5edefefa9ca4439111836a2496a88404f Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 10 Mar 2024 21:33:10 +0100 Subject: [PATCH] feat: fedora39 --- fedora39/run.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 fedora39/run.sh diff --git a/fedora39/run.sh b/fedora39/run.sh new file mode 100755 index 0000000..9924530 --- /dev/null +++ b/fedora39/run.sh @@ -0,0 +1,16 @@ +#!/bin/bash -e +cd "$(dirname "$0")" +. ../lib.sh + +ISO=( + [fedora39.iso]='https://download.fedoraproject.org/pub/fedora/linux/releases/39/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-39-1.5.iso' +) + +if ! [ -f hda.qcow2 ]; then + ask_yn 'hda not found, create?' || exit 1 + qemu-img create -f qcow2 hda.qcow2 20G + download_isos +fi + +qemu "$@" \ + #-device usb-host,vendorid=0xffff,productid=0xffff