1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-22 22:03:43 +03:00

gpt-auto-generator: fix typo

This commit is contained in:
Antonio Alvarez Feijoo 2023-03-21 09:43:15 +01:00 committed by Yu Watanabe
parent cd36f4d79f
commit dd23292c08

View File

@ -631,7 +631,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);