From 67fb1ee6fd0648e4b7041ba9cc73bcaff4d974e3 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 23 May 2014 11:28:55 -0400 Subject: [PATCH] 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 5acd24cd..054232d6 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 5acd24cd..054232d6 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