diff options
Diffstat (limited to 'vm.conf')
-rwxr-xr-x | vm.conf | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +switch "uplink" { + interface bridge0 +} +vm "alp" { + disable + memory 1024M + cdrom "/var/vm/alpine-standard-3.18.2-x86_64.iso" + disk "/var/vm/alp.qcow2" + owner kaa + interface { + lladdr 52:54:00:00:EE:04 + switch "uplink" + } + +} |