Commit Diff


commit - 83886dc7c970054fba434035c12cf49ff48e53da
commit + a9a2c1f13226e4ee9a8576cbb3379bafa749d1e9
blob - b30bc80ac9464f2f7755eae415adb8db8a2daad4
blob + ec703e76b779a570cbf331e62176014daabd571c
--- vm.conf
+++ vm.conf
@@ -5,10 +5,6 @@ linux="/VMs/linux/"
 ## VMs Networking
 switch "local" {
 	interface bridge0
-	# I'll leave these here for now until I work out if they are useful
-    # add tap0
-	# add tap1
-	# add tap2
 }
 
 ## VMs
@@ -52,9 +48,10 @@ vm "Alpine_Linux.vm" {
 	owner gonzalo
 	enable
 	memory 512M
-    ## >6.3 'cdrom' is avariable for install
-	## <6.2 we use 'disk' for .iso and install
 	cdrom $linux "alpine-virt-3.6.0-x86_64.iso"
 	disk "/VMs/Alpine_Linux.img"
-	interface { switch "local" }
+	interface { 
+		switch "local"
+		lladdr ff:e2:ba:a1:49:17
+	}
 }