]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemd-growfs: remove dependency on udev symlinks
authorDevendra Tewari <devendra.tewari@gmail.com>
Wed, 24 Aug 2022 10:13:04 +0000 (07:13 -0300)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 24 Aug 2022 20:42:16 +0000 (21:42 +0100)
commitaa181897cf189263e2786d8a184918442e52ee1a
tree7bdf376c6aadc257e62bef364743fee273682035
parent782c6e5c9050ba2de141906732e0a7e14b0c1550
systemd-growfs: remove dependency on udev symlinks

systemd-growfs currently requires that udev ran first to work (because
/dev/block/ symlinks must exist) but that is not what happens when
we're not using initrd and systemd is PID1.
src/basic/devnum-util.c
src/basic/devnum-util.h
src/partition/growfs.c