mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
gpt-auto-generator: fix typo
(cherry picked from commit dd23292c080f6e8b972c63b025ad3997972bc9e4) (cherry picked from commit ad2d77b8994a336643114627e327fc5426f1d335) (cherry picked from commit 5e5aacd16f96d617526074a15074517efb194be9)
This commit is contained in:
parent
2668313c49
commit
27f6c0e081
@ -620,7 +620,7 @@ static int add_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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user