summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/openslx/util/vm/VboxConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/org/openslx/util/vm/VboxConfig.java b/src/main/java/org/openslx/util/vm/VboxConfig.java
index 7440b1d..bca9183 100644
--- a/src/main/java/org/openslx/util/vm/VboxConfig.java
+++ b/src/main/java/org/openslx/util/vm/VboxConfig.java
@@ -49,9 +49,9 @@ public class VboxConfig
private String hddsExpression = "/VirtualBox/Machine/MediaRegistry/HardDisks/*";
private ArrayList<HardDisk> hddsArray = new ArrayList<HardDisk>();
- // a black list of sorts of tags that need to be removed from the .vbox file
+ // list of nodes to automatically remove when reading the vbox file
private static String[] blackList = { "SharedFolders", "HID", "USB", "ExtraData", "Adapter", "GuestProperties", "LPT", "StorageController", "FloppyImages", "DVDImages",
- "AttachedDevice" };
+ "AttachedDevice", "RemoteDisplay", "VideoCapture" };
public static enum PlaceHolder
{