firstboot: don't prohibit re-generating the machine id on the current root fs

If it really is missing it should be safe to create it.

Also see:

http://lists.freedesktop.org/archives/systemd-devel/2014-August/022726.html
This commit is contained in:
Lennart Poettering
2014-10-22 20:30:15 +02:00
parent 8483d73ff1
commit 07a60cc13c
-3
View File
@@ -451,9 +451,6 @@ static int process_machine_id(void) {
if (faccessat(AT_FDCWD, etc_machine_id, F_OK, AT_SYMLINK_NOFOLLOW) >= 0)
return 0;
if (!arg_root)
return 0;
if (sd_id128_equal(arg_machine_id, SD_ID128_NULL))
return 0;