summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include
diff options
context:
space:
mode:
authorJonathan Bauer2019-10-08 10:55:15 +0200
committerJonathan Bauer2019-10-08 10:55:15 +0200
commit4847e73eb6c6a2c4de5a59d3c2f0cf50bcc5f94c (patch)
tree0f74d3c47c89beb348a487fbf215178a35aeca7a /core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include
parentkernel.config: Make sure early microcode loading is enabled (diff)
downloadmltk-4847e73eb6c6a2c4de5a59d3c2f0cf50bcc5f94c.tar.gz
mltk-4847e73eb6c6a2c4de5a59d3c2f0cf50bcc5f94c.tar.xz
mltk-4847e73eb6c6a2c4de5a59d3c2f0cf50bcc5f94c.zip
[vbox-src] rework RO/RW disk image setup
Diffstat (limited to 'core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include')
-rwxr-xr-xcore/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include b/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include
index bca5c250..3ad81df5 100755
--- a/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include
+++ b/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include
@@ -28,12 +28,12 @@ run_plugin() {
# determine hardware limits based on guest OD
$(safesource "${VBOX_INCLUDE_DIR}/guest_hardware_limits.inc")
- # prepare volatile rw layer for the disk image using a snapshot
- $(safesource "${VBOX_INCLUDE_DIR}/prepare_snapshot.inc")
-
# create main virtualbox configuration
$(safesource "${VBOX_INCLUDE_DIR}/create_vbox_config.inc")
+ # prepare volatile rw layer for the disk image using a snapshot
+ $(safesource "${VBOX_INCLUDE_DIR}/prepare_snapshot.inc")
+
# finalize machine configuration
$(safesource "${VBOX_INCLUDE_DIR}/finalize_machine_config.inc")