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 A01E41382C5 for ; Mon, 5 Mar 2018 20:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF284E07FE; Mon, 5 Mar 2018 20:45:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A0BB5E07FE for ; Mon, 5 Mar 2018 20:45:16 +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 D6AA6335C0C for ; Mon, 5 Mar 2018 20:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59FAE240 for ; Mon, 5 Mar 2018 20:45:14 +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: <1520282704.aa0c5d61471e9f8ffa403c2005ff84b60ffa6797.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/bootloader-setup.sh X-VCS-Directories: targets/support/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: aa0c5d61471e9f8ffa403c2005ff84b60ffa6797 X-VCS-Branch: master Date: Mon, 5 Mar 2018 20:45:14 +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: 4037320e-bcdf-432e-9015-b1583d7068e4 X-Archives-Hash: cf37905ae9ec40ef90edfbc64f8709c5 commit: aa0c5d61471e9f8ffa403c2005ff84b60ffa6797 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Mon Mar 5 20:45:04 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Mar 5 20:45:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=aa0c5d61 fix whitespace damage targets/support/bootloader-setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh index 8d3e5e7d..33e26874 100755 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -338,7 +338,7 @@ case ${clst_hostarch} in echo " localboot -1" >> $icfg echo " MENU HIDE" >> $icfg fi - + # GRUB2 if [ -d $1/grub ] then @@ -349,7 +349,7 @@ case ${clst_hostarch} in cp -f $1/boot/* $1/grub kern_subdir=/grub fi - + iacfg=$1/grub/grub.cfg echo 'set default=0' > ${iacfg} echo 'set gfxpayload=keep' >> ${iacfg} @@ -394,7 +394,7 @@ case ${clst_hostarch} in done cp ${iacfg} $1/boot/efi/boot fi - + # GRUB legacy (0.97) if [ -e $1/boot/grub/stage2_eltorito ] then