wip
This commit is contained in:
parent
e61fe7e3f7
commit
a0ea7b0a3f
18 changed files with 366 additions and 30 deletions
11
vm_tools/install_vm.sh
Executable file
11
vm_tools/install_vm.sh
Executable 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue