From: Douglas Freed Date: Mon, 3 Mar 2014 04:31:29 +0000 (-0800) Subject: livecdfs-update: No tmpfs on /lib/firmware X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5467d551c478beb8f6b4d559d3366a9ed2a8fbe1;p=catalyst.git 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. --- diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 2b41f9d0..b017baf5 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 ]