diff options
author | janana <40876700+jiayi0118@users.noreply.github.com> | 2023-11-29 04:36:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-11-29 09:57:55 +0100 |
commit | c1a2ada89708d6aeeada496712cb24a4a58e75cc (patch) | |
tree | 53c5c5a0895b30d7fe9ef5005d2f003ea3e258d3 /mkosi.images/system/mkosi.conf.d | |
parent | stdio-bridge: properly handle org.freedesktop.DBus.Local.Disconnected signal (diff) | |
download | systemd-c1a2ada89708d6aeeada496712cb24a4a58e75cc.tar.xz systemd-c1a2ada89708d6aeeada496712cb24a4a58e75cc.zip |
rules: go to the end of rules indeed when dm is suspended
The previous patch 466266c does not make sense indeed, that is to say, if the SYSTEMD_READY is not recorded in the database, the GOTO="systemd_end" will not be applied.
The IMPORT{db} is actually a matching token, it returns false when there is no SYSTEMD_READY recorded in the database.
The previous patch 466266c tended to inherit the state of SYSTEMD_READY from the database and skip to the end of current rule file. But when the database does not contain SYSTEMD_READY, e.g., the dm-* is not set db_persistent during initrd and the database will be cleared after switching root, the following rules will still be applied not as expected.
Diffstat (limited to 'mkosi.images/system/mkosi.conf.d')
0 files changed, 0 insertions, 0 deletions