commit:     67fb1ee6fd0648e4b7041ba9cc73bcaff4d974e3
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 15:28:55 2014 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri May 23 15:28:55 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=67fb1ee6

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.

---
 releases/2008.0/scripts/livecd.sh | 1 -
 releases/weekly/scripts/livecd.sh | 1 -
 2 files changed, 2 deletions(-)

diff --git a/releases/2008.0/scripts/livecd.sh 
b/releases/2008.0/scripts/livecd.sh
index 5acd24c..054232d 100644
--- a/releases/2008.0/scripts/livecd.sh
+++ b/releases/2008.0/scripts/livecd.sh
@@ -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
 

diff --git a/releases/weekly/scripts/livecd.sh 
b/releases/weekly/scripts/livecd.sh
index 5acd24c..054232d 100644
--- a/releases/weekly/scripts/livecd.sh
+++ b/releases/weekly/scripts/livecd.sh
@@ -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
 

Reply via email to