forked from josch/mmdebstrap
write 'uninitialized' to /etc/machine-id to support systemd ConditionFirstBoot (closes: #10)
This commit is contained in:
parent
5283d74dfe
commit
3c37d692a0
1 changed files with 1 additions and 0 deletions
|
@ -3077,6 +3077,7 @@ sub run_cleanup() {
|
||||||
or error "cannot unlink /etc/machine-id: $!";
|
or error "cannot unlink /etc/machine-id: $!";
|
||||||
open my $fh, '>', "$options->{root}/etc/machine-id"
|
open my $fh, '>', "$options->{root}/etc/machine-id"
|
||||||
or error "failed to open(): $!";
|
or error "failed to open(): $!";
|
||||||
|
print $fh "uninitialized";
|
||||||
close $fh;
|
close $fh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue