From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 38EFC139737 for ; Tue, 11 Aug 2015 18:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB28E0882; Tue, 11 Aug 2015 18:37:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36392E087F for ; Tue, 11 Aug 2015 18:37:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73220340D23 for ; Tue, 11 Aug 2015 18:37:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 925C1151 for ; Tue, 11 Aug 2015 18:37:52 +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: <1439317275.73c4b5312df5796df116e59edad6034520943b00.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: 73c4b5312df5796df116e59edad6034520943b00 X-VCS-Branch: master Date: Tue, 11 Aug 2015 18:37:52 +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: 763ae4a4-0f17-48e5-a08d-02efc56a6de8 X-Archives-Hash: 78a138131342bdd80f35c19981bdb9f7 commit: 73c4b5312df5796df116e59edad6034520943b00 Author: Fernando Reyes (likewhoa) missionaccomplish com> AuthorDate: Fri May 30 02:06:42 2014 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Aug 11 18:21:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=73c4b531 Output cleaning defaults/initrd.scripts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 14800e4..0e44e61 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -335,7 +335,7 @@ setup_aufs() { else CHANGESDEV=${AUFS} good_msg "mounting ${CHANGESDEV} to ${MEMORY} for aufs support" - mount -t auto ${CHANGESDEV} ${CHANGESMNT} + mount -t auto ${CHANGESDEV} ${CHANGESMNT} &>/dev/null ret=$? if [ "${ret}" -ne 0 ] then @@ -383,7 +383,7 @@ setup_aufs() { # empty or we were not able to mount the storage device if [ "${CDROOT}" -eq '1' -a ! -f ${CHANGESMNT}/${AUFS_CHANGESFILE} ] then - umount ${MEMORY} + umount ${MEMORY} &>/dev/null bad_msg "failed to find ${AUFS_CHANGESFILE} file on ${CHANGESDEV}" bad_msg "create an ext2 ${AUFS_CHANGESFILE} file on this device if you wish to use it for aufs" bad_msg "falling back to ramdisk based aufs for safety"