From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 864BB138350 for ; Sat, 11 Apr 2020 20:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 530BEE0923; Sat, 11 Apr 2020 20:04:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EF38E0921 for ; Sat, 11 Apr 2020 20:04:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E56C634F11F for ; Sat, 11 Apr 2020 20:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F08BD1D2 for ; Sat, 11 Apr 2020 20:04:27 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1586634197.46bb41537a96103f1674225cfaf3a8b0f7e4a4a8.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 46bb41537a96103f1674225cfaf3a8b0f7e4a4a8 X-VCS-Branch: master Date: Sat, 11 Apr 2020 20:04:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c37ef86f-829c-4243-b64e-78e030a2570c X-Archives-Hash: e072e57460309074936acd81fffcbc1d commit: 46bb41537a96103f1674225cfaf3a8b0f7e4a4a8 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Apr 11 19:38:19 2020 +0000 Commit: Thomas Deutschmann gentoo 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 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.