livecdfs-update: No tmpfs on /lib/firmware
authorDouglas Freed <dwfreed@mtu.edu>
Mon, 3 Mar 2014 04:31:29 +0000 (20:31 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Wed, 2 Apr 2014 20:04:24 +0000 (13:04 -0700)
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

index 2b41f9d0d609601a37e025065851bdddc78009dd..b017baf51d8a9032c6b2367237fd4849cc08a711 100755 (executable)
@@ -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 ]