virtual-machines: add void linux config

master
an 2019-08-05 14:32:15 -04:00
parent 3d5528b63f
commit 029562aff9
1 changed files with 11 additions and 0 deletions

11
virtual-machines/Void/run Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env fish
# vim: syntax=fish:
set _arch x86_64
set _install "$_vm_media/Linux/Void Linux/void-live-x86_64-musl-20181111.iso"
set _args \
-m 2048 \
--usb
source $_vm_setup
## EOF