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 63F08138335 for ; Thu, 28 Feb 2019 06:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EC56E08D9; Thu, 28 Feb 2019 06:40:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CB0A8E08D6 for ; Thu, 28 Feb 2019 06:40:32 +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 53AA1335CDB for ; Thu, 28 Feb 2019 06:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82179546 for ; Thu, 28 Feb 2019 06:40:29 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1551140483.21e016c99f178d9abfb526bbd7fff45a6357d7ef.robbat2@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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 21e016c99f178d9abfb526bbd7fff45a6357d7ef X-VCS-Branch: master Date: Thu, 28 Feb 2019 06:40:29 +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: 8f3bc0cf-5fe3-4c12-b8bb-f00cb18bbdc2 X-Archives-Hash: bfe233f68947d8f96dcdd5393af44c66 commit: 21e016c99f178d9abfb526bbd7fff45a6357d7ef Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Feb 26 00:21:23 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Feb 26 00:21:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=21e016c9 whitespace cleanup Signed-off-by: Georgy Yakovlev gentoo.org> defaults/linuxrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index 81e7799..38a2ecb 100644 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -104,9 +104,9 @@ do DMRAID_OPTS=${x#*=} USE_DMRAID_NORMAL=1 ;; - domultipath) - good_msg "Booting with multipath activated." - USE_MULTIPATH_NORMAL=1 + domultipath) + good_msg "Booting with multipath activated." + USE_MULTIPATH_NORMAL=1 ;; dozfs*) USE_ZFS=1 @@ -578,9 +578,9 @@ do prompt_user "REAL_ROOT" "root block device" continue fi - + ROOT_DEV="${REAL_ROOT#*=}" - if [ "${ROOT_DEV}" != 'ZFS' ] + if [ "${ROOT_DEV}" != 'ZFS' ] then if [ "$(zfs get type -o value -H ${ROOT_DEV})" = 'filesystem' ] then @@ -609,8 +609,8 @@ do REAL_ROOT=${i} ROOTFSTYPE=zfs break - fi - + fi + done; else @@ -623,7 +623,7 @@ do prompt_user "REAL_ROOT" "root block device" got_good_root=0 fi - + continue ;; esac @@ -975,7 +975,7 @@ FSTAB if [ -f ${NEW_ROOT}/etc/initramfs.mounts ]; then fslist=$(get_mounts_list) else - fslist="/usr" + fslist="/usr" fi for fs in $fslist; do