genode/repos/ports/run/vbox_auto_win81_64.run
Alexander Boettcher a876e655c0 vbox: support readonly overlay from disk
Add option to load the initial overlay*.vdi from disk, but keep the changes
in a ram_fs.

Used with AHCI model for vbox_auto_win7. Currently we have no way to tell
rump_fs to unmount and write back data to disk before resetting the machine.
2016-08-10 11:07:48 +02:00

17 lines
270 B
Plaintext

#
# Windows 8.1 (64 bit) in VirtualBox
#
assert_spec 64bit
set flavor "win81_64"
# Write overlay back to harddisk if set to 0
set use_ram_fs 0
set use_overlay_from_disk 0
set use_usb 1
set use_ps2 [have_spec ps2]
source ${genode_dir}/repos/ports/run/vbox_win.inc