]> git.ipfire.org Git - thirdparty/dracut.git/commit
refactor(dracut.sh): use logger functions instead of printf
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 22 Aug 2022 08:06:34 +0000 (10:06 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 26 Aug 2022 07:58:36 +0000 (07:58 +0000)
commitf082dad903a72dbe5ee6f24a38c053c7a2def9b4
tree287de2be7eb13eff8e2241e18aef3e9ec20ba83a
parentd6d555845e53dca0b083d59c8cedf465e6b70b71
refactor(dracut.sh): use logger functions instead of printf

dracut-logger is sourced in dracut-init, so any printf calls after sourcing
dracut-init should be replaced with logger functions.
dracut.sh