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

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 "