From 94a86904b460cf37cbca6806aa6bf3a56970e033 Mon Sep 17 00:00:00 2001 From: mischa Date: Tue, 2 May 2023 22:57:59 +0200 Subject: [PATCH] add enable to config to auto-start VMs --- deploy.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.pl b/deploy.pl index 677493a..caacd50 100755 --- a/deploy.pl +++ b/deploy.pl @@ -32,6 +32,7 @@ # 2021/08/29 added: next-server to dhcpd.conf, reliable pull of install.conf # 2021/10/28 changed: autoinstall from dhcp to autoconf # 2022/12/01 added: boot device net, move away from expect() +# 2023/05/02 added: enable flag, allow for VMs to auto-start # use 5.024; use strict;