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 69CA41382C5 for ; Thu, 5 Apr 2018 22:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 870AFE0966; Thu, 5 Apr 2018 22:52:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 69530E0966 for ; Thu, 5 Apr 2018 22:52:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1F08B335C06 for ; Thu, 5 Apr 2018 22:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A6A3250 for ; Thu, 5 Apr 2018 22:52:09 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1522968718.7a76477029553eafbe0caa48932b0728b180fda4.zerochaos@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/initrd.scripts X-VCS-Directories: defaults/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 7a76477029553eafbe0caa48932b0728b180fda4 X-VCS-Branch: master Date: Thu, 5 Apr 2018 22:52:09 +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-Archives-Salt: 6856f642-4550-40f6-84f8-a0ddbb5e09e0 X-Archives-Hash: 5d2b092da11e23a63a9641dd610c830e commit: 7a76477029553eafbe0caa48932b0728b180fda4 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Thu Apr 5 22:51:58 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Apr 5 22:51:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=7a764770 I hate myself for this missing { defaults/initrd.scripts | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 740b342..2fb0eb4 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -1795,6 +1795,7 @@ strip_mount_options() } checkfs() +{ if [ -r "/proc/filesystems" ]; then if grep -qs "$1" /proc/filesystems ; then return 0