virtual-machines: add NetBSD config

master
an 2019-08-05 19:11:59 -04:00
parent 63499a84af
commit 0dde247d26
2 changed files with 12 additions and 1 deletions

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

@ -0,0 +1,11 @@
#!/usr/bin/env fish
# vim: syntax=fish:
set _arch x86_64
set _install "$_vm_media/BSD/NetBSD/NetBSD-8.1-amd64.iso"
set _args \
-m 4096 \
--usb
source $_vm_setup
## EOF

View File

@ -23,7 +23,7 @@ if test $_arch = "i386" || test $_arch = "x86_64"
$_args
end
if test $_install && test $_use_install
if test $_use_install
set _boot_order d
set _args \
--drive file="$_install",media=cdrom,readonly \