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 023FC1393F1 for ; Thu, 17 Sep 2015 00:16:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B7F421C029; Thu, 17 Sep 2015 00:16:10 +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 B026921C029 for ; Thu, 17 Sep 2015 00:16:09 +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 6A253340CB8 for ; Thu, 17 Sep 2015 00:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 224B21F6 for ; Thu, 17 Sep 2015 00:16:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1442449250.844d0ed09a463227028b3b4a66827ccca626d266.blueness@gentoo> Subject: [gentoo-commits] proj/grs:tinhat-xfce4 commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/initramfs-init X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 844d0ed09a463227028b3b4a66827ccca626d266 X-VCS-Branch: tinhat-xfce4 Date: Thu, 17 Sep 2015 00:16:05 +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: 7527597b-4953-406a-b920-16988ad85f3e X-Archives-Hash: 67672025d65b96c9bd270632fd1fed4d commit: 844d0ed09a463227028b3b4a66827ccca626d266 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Sep 17 00:20:50 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Sep 17 00:20:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=844d0ed0 scripts/initramfs-init: fix typo. scripts/initramfs-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/initramfs-init b/scripts/initramfs-init index deacb6e..22165f9 100644 --- a/scripts/initramfs-init +++ b/scripts/initramfs-init @@ -21,7 +21,7 @@ do if [ "x$FOUND" == "x" ] then /bin/mount /dev/${CDROM} /mnt/cdrom - [ -f /mnt/cdrom/tinroot ] && FOUND=$CDROM || /bin/umount /dev/${CDROM} + [ -f /mnt/cdrom/rootfs ] && FOUND=$CDROM || /bin/umount /dev/${CDROM} fi done