scripts/virtual-machines/Win2000

14 lines
220 B
Plaintext
Raw Normal View History

2019-07-22 03:53:26 -07:00
#!/usr/bin/env fish
set _arch i386
set _install "$_vm_media/MS Windows/2000 Pro/5.00.2195.iso"
set _mem 512
set _vga cirrus
set _soundhw ac97
set _args \
2019-07-22 03:53:26 -07:00
--net nic,model=rtl8139 \
--net user
source $_vm_setup
2019-07-22 03:53:26 -07:00
## EOF