mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
a876e655c0
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.
17 lines
270 B
Plaintext
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
|