1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +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.

(cherry picked from commit 7b45d6b6f64e9f5c006bdf31559a77294dbe00ad)
This commit is contained in:
undef 2022-08-06 05:47:03 +00:00 committed by Zbigniew Jędrzejewski-Szmek
parent 32f9d70f8b
commit 4fdca1ab9e

View File

@ -536,7 +536,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 ? " " : "",