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:
parent
e6922ac334
commit
b70ba82241
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user