Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:pending commit in: targets/support/
Date: Sat, 22 Mar 2014 22:25:31
Message-Id: 1395511291.08751b64254562856e0cda5b81e23ca92c0e7236.dol-sen@gentoo
1 commit: 08751b64254562856e0cda5b81e23ca92c0e7236
2 Author: Douglas Freed <dwfreed <AT> mtu <DOT> edu>
3 AuthorDate: Mon Mar 3 04:31:29 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 22 18:01:31 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=08751b64
7
8 livecdfs-update: No tmpfs on /lib/firmware
9
10 As of a while ago, we no longer ship a separate firmware tarball, so we
11 don't need a tmpfs for /lib/firmware anymore, so let's stop mounting
12 one. Fixes firmware issues with current minimal install ISOs.
13
14 ---
15 targets/support/livecdfs-update.sh | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
19 index 2b41f9d..b017baf 100755
20 --- a/targets/support/livecdfs-update.sh
21 +++ b/targets/support/livecdfs-update.sh
22 @@ -101,7 +101,6 @@ echo "####################################################" >> /etc/fstab
23
24 # fstab tweaks
25 echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab
26 -echo "tmpfs /lib/firmware tmpfs defaults 0 0" >> /etc/fstab
27 echo "tmpfs /usr/portage tmpfs defaults 0 0" >> /etc/fstab
28 # If /usr/lib/X11/xkb/compiled then make it tmpfs
29 if [ -d /usr/lib/X11/xkb/compiled ]