1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-07 17:17:44 +03:00

gpt-auto-generator: fix typo

(cherry picked from commit dd23292c08)
This commit is contained in:
Antonio Alvarez Feijoo 2023-03-21 09:43:15 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent c86983c58a
commit ad2d77b899

View File

@ -606,7 +606,7 @@ static int add_partition_root_rw(DissectedPartition *p) {
path = strjoina(arg_dest, "/systemd-remount-fs.service.d/50-remount-rw.conf");
r = write_string_file(path,
"# Automatically generated by systemd-gpt-generator\n\n"
"# Automatically generated by systemd-gpt-auto-generator\n\n"
"[Service]\n"
"Environment=SYSTEMD_REMOUNT_ROOT_RW=1\n",
WRITE_STRING_FILE_CREATE|WRITE_STRING_FILE_NOFOLLOW|WRITE_STRING_FILE_MKDIR_0755);