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:
parent
2eb3562ba1
commit
67fb1ee6fd
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue