forked from josch/mmdebstrap
add a newline to /etc/machine-id as systemd does the same
This commit is contained in:
parent
5b0bb46421
commit
101229aa04
1 changed files with 1 additions and 1 deletions
|
@ -3162,7 +3162,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";
|
print $fh "uninitialized\n";
|
||||||
close $fh;
|
close $fh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue