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 BF68A1387FD for ; Wed, 2 Apr 2014 20:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D918AE0E7E; Wed, 2 Apr 2014 20:30:14 +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 69647E0E78 for ; Wed, 2 Apr 2014 20:30:14 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 82F4E33FDC1 for ; Wed, 2 Apr 2014 20:30:13 +0000 (UTC) From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] [PATCH 8/8] livecdfs-update: No tmpfs on /lib/firmware Date: Wed, 2 Apr 2014 13:29:43 -0700 Message-Id: <1396470583-8756-8-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1396470583-8756-2-git-send-email-dolsen@gentoo.org> References: <1396470583-8756-2-git-send-email-dolsen@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: 93c780a7-8015-4f47-a4d5-cb0e4f641447 X-Archives-Hash: a965de304c4e0c851354d47afc390072 From: Douglas Freed 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 2b41f9d..b017baf 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -101,7 +101,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 ] -- 1.8.5.3