virtual-machines: add Fedora and elementaryOS configs

master
an 2019-08-18 03:48:05 -04:00
parent d0750ed4d1
commit 78d59e9434
2 changed files with 18 additions and 0 deletions

9
virtual-machines/Fedora Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env fish
# vim: syntax=fish:
set _arch x86_64
set _install "$_vm_media/Linux/Fedora/Workstation-Live-x86_64-30-1.2.iso"
set _mem 2048
source $_vm_setup
## EOF

9
virtual-machines/elementaryOS Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env fish
# vim: syntax=fish:
set _arch x86_64
set _install "$_vm_media/Linux/elementaryOS/5.0-stable.20181016.iso"
set _mem 4096
source $_vm_setup
## EOF