commit: 46bb41537a96103f1674225cfaf3a8b0f7e4a4a8 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Apr 11 19:38:19 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Apr 11 19:43:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=46bb4153
defaults/linuxrc: help shellcheck sourcing scripts Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> defaults/linuxrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaults/linuxrc b/defaults/linuxrc index 7fbd0ad..b3e1740 100644 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -1,8 +1,11 @@ #!/bin/sh +# shellcheck source=initrd.defaults . /etc/initrd.defaults +# shellche2ck source=initrd.scripts . /etc/initrd.scripts +# shellcheck source=/dev/null [ -e /etc/initrd.splash ] && . /etc/initrd.splash # Basic /dev content, we need it as fast as possible.
