mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
efi: set a nice description string in the ESP units
This commit is contained in:
parent
1da350f18e
commit
4beaf24f41
@ -77,6 +77,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
fprintf(f,
|
||||
"# Automatially generated by systemd-efi-boot-generator\n\n"
|
||||
"[Unit]\n"
|
||||
"Description=EFI System Partition\n\n"
|
||||
"[Mount]\n"
|
||||
"Where=/boot\n"
|
||||
"What=/dev/disk/by-partuuid/%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x\n"
|
||||
@ -97,10 +99,11 @@ int main(int argc, char *argv[]) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
fprintf(f,
|
||||
"# Automatially generated by systemd-efi-boot-generator\n\n"
|
||||
"[Automount]\n"
|
||||
"Where=/boot\n");
|
||||
fputs("# Automatially generated by systemd-efi-boot-generator\n\n"
|
||||
"[Unit]\n"
|
||||
"Description=EFI System Partition Automount\n\n"
|
||||
"[Automount]\n"
|
||||
"Where=/boot\n", f);
|
||||
|
||||
free(name);
|
||||
name = strjoin(arg_dest, "/local-fs.target.wants/boot.automount", NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user