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 7502813873B for ; Mon, 3 Mar 2014 16:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD6CFE09E5; Mon, 3 Mar 2014 16:07: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 5AB01E09E5 for ; Mon, 3 Mar 2014 16:07:10 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39A1A33F911 for ; Mon, 3 Mar 2014 16:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 05041183B3 for ; Mon, 3 Mar 2014 16:07:07 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1393826652.4609476225ccdef6d6e5a363464b76ebb64e412a.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:3.0 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/livecdfs-update.sh X-VCS-Directories: targets/support/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 4609476225ccdef6d6e5a363464b76ebb64e412a X-VCS-Branch: 3.0 Date: Mon, 3 Mar 2014 16:07:07 +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: 79eb9e7f-cdba-4c24-a957-ccbbe15fefd9 X-Archives-Hash: 1939e40ec2e45183fd2b707b98a5b788 commit: 4609476225ccdef6d6e5a363464b76ebb64e412a Author: Douglas Freed mtu edu> AuthorDate: Mon Mar 3 04:31:29 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Mon Mar 3 06:04:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=46094762 livecdfs-update: No tmpfs on /lib/firmware As of a while ago, we no longer ship a separate firmware tarball, so we don't need a tmpfs for /lib/firmware anymore, so let's stop mounting one. Fixes firmware issues with current minimal install ISOs. --- targets/support/livecdfs-update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 402be44..e20dc29 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -95,7 +95,6 @@ echo "####################################################" >> /etc/fstab # fstab tweaks echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab -echo "tmpfs /lib/firmware tmpfs defaults 0 0" >> /etc/fstab echo "tmpfs /usr/portage tmpfs defaults 0 0" >> /etc/fstab # If /usr/lib/X11/xkb/compiled then make it tmpfs if [ -d /usr/lib/X11/xkb/compiled ]