add a newline to /etc/machine-id as systemd does the same

pull/19/head
parent 5b0bb46421
commit 101229aa04
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -3162,7 +3162,7 @@ sub run_cleanup() {
or error "cannot unlink /etc/machine-id: $!";
open my $fh, '>', "$options->{root}/etc/machine-id"
or error "failed to open(): $!";
print $fh "uninitialized";
print $fh "uninitialized\n";
close $fh;
}
}

Loading…
Cancel
Save