mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
fix typo
This commit is contained in:
parent
046f101bf6
commit
9ed999cb5d
@ -76,7 +76,7 @@ int efi_take_random_seed(void) {
|
|||||||
return log_warning_errno(SYNTHETIC_ERRNO(EINVAL), "Random seed passed from boot loader has zero size? Ignoring.");
|
return log_warning_errno(SYNTHETIC_ERRNO(EINVAL), "Random seed passed from boot loader has zero size? Ignoring.");
|
||||||
|
|
||||||
/* Before we use the seed, let's mark it as used, so that we never credit it twice. Also, it's a nice
|
/* Before we use the seed, let's mark it as used, so that we never credit it twice. Also, it's a nice
|
||||||
* way to let users known that we successfully acquired entropy from the boot laoder. */
|
* way to let users known that we successfully acquired entropy from the boot loader. */
|
||||||
r = touch("/run/systemd/efi-random-seed-taken");
|
r = touch("/run/systemd/efi-random-seed-taken");
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
return log_warning_errno(r, "Unable to mark EFI random seed as used, not using it: %m");
|
return log_warning_errno(r, "Unable to mark EFI random seed as used, not using it: %m");
|
||||||
|
Loading…
Reference in New Issue
Block a user