From 029562aff9b0a69b9c8fb8a1c5d627b8ce9176b2 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 5 Aug 2019 14:32:15 -0400 Subject: [PATCH] virtual-machines: add void linux config --- virtual-machines/Void/run | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 virtual-machines/Void/run diff --git a/virtual-machines/Void/run b/virtual-machines/Void/run new file mode 100755 index 0000000..87482b9 --- /dev/null +++ b/virtual-machines/Void/run @@ -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