From c7b9aada4199f3d70632d7367123f83f82a6a2a4 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 27 Oct 2021 17:42:32 +0300 Subject: FIRST_BOOT --- scripts/kvmd-bootconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kvmd-bootconfig b/scripts/kvmd-bootconfig index f7931e5f..c800205e 100755 --- a/scripts/kvmd-bootconfig +++ b/scripts/kvmd-bootconfig @@ -46,7 +46,7 @@ rw # ========== First boot configuration ========== -if [ -n "$FIRSTBOOT" ]; then +if [ -n "$FIRSTBOOT$FIRST_BOOT" ]; then ( \ (umount /etc/machine-id || true) \ && echo -n > /etc/machine-id \ -- cgit v1.2.3