1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-07 05:57:46 +03:00

units/breakpoint-pre-basic.service: explicitly order it before sysroot.mount

If `rd.systemd.break=pre-mount` is not set during boot, there is no unit that
prevents sysroot.mount from being activated.
This commit is contained in:
Antonio Alvarez Feijoo 2024-12-20 14:29:05 +01:00
parent e6922ac334
commit b70ba82241
No known key found for this signature in database
GPG Key ID: B4EFC9173666A622

View File

@ -13,7 +13,7 @@ Documentation=man:systemd-debug-generator(8)
DefaultDependencies=no
Conflicts=shutdown.target emergency.target
After=sysinit.target sockets.target paths.target slices.target tmp.mount systemd-vconsole-setup.service
Before=basic.target
Before=basic.target initrd-root-fs.target sysroot.mount
[Service]
Environment=SHELL_PROMPT_PREFIX="pre-basic "