FIRST_BOOT

This commit is contained in:
Maxim Devaev 2021-10-27 17:42:32 +03:00
parent 940539f6f5
commit c7b9aada41

View File

@ -46,7 +46,7 @@ rw
# ========== First boot configuration ========== # ========== First boot configuration ==========
if [ -n "$FIRSTBOOT" ]; then if [ -n "$FIRSTBOOT$FIRST_BOOT" ]; then
( \ ( \
(umount /etc/machine-id || true) \ (umount /etc/machine-id || true) \
&& echo -n > /etc/machine-id \ && echo -n > /etc/machine-id \