livecdfs-update: No tmpfs on /lib/firmware
[catalyst.git] / 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 ]