aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Freed <dwfreed@mtu.edu>2014-03-02 20:31:29 -0800
committerBrian Dolbec <dolsen@gentoo.org>2014-03-24 09:07:07 -0700
commit358f05d10873620f01eb6fa0be0baff076b476db (patch)
treeeba0832e322c20335f844254f8ab1e44581a0ff3
parentUpdate AUTHORS to review credit and split the list of people in original auth... (diff)
downloadcatalyst-358f05d10873620f01eb6fa0be0baff076b476db.tar.gz
catalyst-358f05d10873620f01eb6fa0be0baff076b476db.tar.bz2
catalyst-358f05d10873620f01eb6fa0be0baff076b476db.zip
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.
-rw-r--r--targets/support/livecdfs-update.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
index 2b41f9d0..b017baf5 100644
--- 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 ]