From 6333e7a98f167c4aad858396ba55beb7e17d93ed Mon Sep 17 00:00:00 2001 From: Victor Mocanu Date: Fri, 15 Dec 2017 12:41:57 +0100 Subject: [VBox] added MACAddress placeholder --- src/main/java/org/openslx/util/vm/VboxConfig.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/openslx/util/vm/VboxConfig.java b/src/main/java/org/openslx/util/vm/VboxConfig.java index fa7bf16..5b20650 100644 --- a/src/main/java/org/openslx/util/vm/VboxConfig.java +++ b/src/main/java/org/openslx/util/vm/VboxConfig.java @@ -228,7 +228,10 @@ public class VboxConfig public void addPlaceHolders() { - // placeholder fot the machine uuid + // placeholder for the MAC address + changeAttribute( "Adapter", "MACAddress", "#OpenSLX_MAC_place_holder" ); + + // placeholder for the machine uuid changeAttribute( "Machine", "uuid", "#OpenSLX_MUUID_place_holder" ); // placeholder for the location of the virtual hdd -- cgit v1.2.3-55-g7522