This commit is contained in:
Matthieu Bessat 2024-05-26 22:17:13 +02:00
parent e61fe7e3f7
commit a0ea7b0a3f
18 changed files with 366 additions and 30 deletions

11
vm_tools/install_vm.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/sh
export OS_IMAGE_PATH="/mnt/extramedia3/mbess/os_images/arch/2024-05-01/archlinux-2024.05.01-x86_64.iso"
export RUN_VM_EXTRA_ARGS="-cdrom $OS_IMAGE_PATH"
base="$(realpath $(dirname "$0"))"
echo "Installing OS"
$base/run_vm.sh main.qcow