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 2F6E013877A for ; Fri, 5 Sep 2014 16:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 317DFE0AA4; Fri, 5 Sep 2014 16:09:56 +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 75512E0AA3 for ; Fri, 5 Sep 2014 16:09:55 +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 5FA7D33FEEE for ; Fri, 5 Sep 2014 16:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B71F54CA8 for ; Fri, 5 Sep 2014 16:09:51 +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: <1403565075.fb87499d4a6ac506c9bb5af2f51461c860a05111.zerochaos@gentoo> Subject: [gentoo-commits] proj/genkernel:aufs 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: fb87499d4a6ac506c9bb5af2f51461c860a05111 X-VCS-Branch: aufs Date: Fri, 5 Sep 2014 16:09:51 +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: aa28cc03-0e44-4cde-a31e-5c52315f7821 X-Archives-Hash: 5973ae27765518cdea0d425ec7f1c6f8 commit: fb87499d4a6ac506c9bb5af2f51461c860a05111 Author: Fernando Reyes (likewhoa) missionaccomplish com> AuthorDate: Fri May 30 02:06:42 2014 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Jun 23 23:11:15 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=fb87499d Output cleaning --- defaults/initrd.scripts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 2fdfb4b..17777c9 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"