mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +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.
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
#
|
|
# Windows 7 in VirtualBox
|
|
#
|
|
|
|
set flavor "win7"
|
|
|
|
# Write overlay only into ram
|
|
set use_ram_fs 1
|
|
# However read initial overlay from disk
|
|
set use_overlay_from_disk 1
|
|
|
|
set use_usb 1
|
|
set use_ps2 [have_spec ps2]
|
|
|
|
source ${genode_dir}/repos/ports/run/vbox_win.inc
|