mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
shared/generator: Ensure growfs unit runs after repart
When deploying an image using systemd-repart and systemd-growfs one should have the image expanded entirely and ready to use after the first boot. This ensures that growfs does not occur before repart, thus requiring a second boot.
This commit is contained in:
parent
80821405da
commit
7b45d6b6f6
@ -537,7 +537,7 @@ int generator_hook_up_growfs(
|
||||
"DefaultDependencies=no\n"
|
||||
"BindsTo=%%i.mount\n"
|
||||
"Conflicts=shutdown.target\n"
|
||||
"After=%%i.mount\n"
|
||||
"After=systemd-repart.service %%i.mount\n"
|
||||
"Before=shutdown.target%s%s\n",
|
||||
program_invocation_short_name,
|
||||
target ? " " : "",
|
||||
|
Loading…
Reference in New Issue
Block a user