diff options
Diffstat (limited to 'scripts')
-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 \ |