remove last references to /lib/firmware tmpfs

Releng is no longer using a tmpfs for /lib/firmware for anything
official or unofficial.  Support for firmware tarballs has been removed
from livecd-tools and catalyst, as such, removing those lines from the
livecd scripts.
This commit is contained in:
Rick Farina (Zero_Chaos) 2014-05-23 11:28:55 -04:00
parent 2eb3562ba1
commit 67fb1ee6fd
2 changed files with 0 additions and 2 deletions

View file

@ -38,7 +38,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
#echo "tmpfs /boot tmpfs defaults 0 0" >> /etc/fstab

View file

@ -38,7 +38,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
#echo "tmpfs /boot tmpfs defaults 0 0" >> /etc/fstab