diff options
author | Maxim Devaev <[email protected]> | 2021-10-27 17:42:32 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-10-27 17:42:32 +0300 |
commit | c7b9aada4199f3d70632d7367123f83f82a6a2a4 (patch) | |
tree | b79c7343da34ac8bb35d6eba577d1c7a8ab72aaa /scripts/kvmd-bootconfig | |
parent | 940539f6f559c00cffa975f91debb0da95d15452 (diff) |
FIRST_BOOT
Diffstat (limited to 'scripts/kvmd-bootconfig')
-rwxr-xr-x | scripts/kvmd-bootconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |