Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:2.X commit in: targets/support/
Date: Mon, 24 Mar 2014 16:08:08
Message-Id: 1395677227.358f05d10873620f01eb6fa0be0baff076b476db.dol-sen@gentoo
1 commit: 358f05d10873620f01eb6fa0be0baff076b476db
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: Mon Mar 24 16:07:07 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=358f05d1
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 100644
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 ]