Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: releases/2008.0/scripts/, releases/weekly/scripts/
Date: Fri, 23 May 2014 15:27:59
Message-Id: 1400858935.67fb1ee6fd0648e4b7041ba9cc73bcaff4d974e3.zerochaos@gentoo
1 commit: 67fb1ee6fd0648e4b7041ba9cc73bcaff4d974e3
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 23 15:28:55 2014 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri May 23 15:28:55 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=67fb1ee6
7
8 remove last references to /lib/firmware tmpfs
9
10 Releng is no longer using a tmpfs for /lib/firmware for anything
11 official or unofficial. Support for firmware tarballs has been removed
12 from livecd-tools and catalyst, as such, removing those lines from the
13 livecd scripts.
14
15 ---
16 releases/2008.0/scripts/livecd.sh | 1 -
17 releases/weekly/scripts/livecd.sh | 1 -
18 2 files changed, 2 deletions(-)
19
20 diff --git a/releases/2008.0/scripts/livecd.sh b/releases/2008.0/scripts/livecd.sh
21 index 5acd24c..054232d 100644
22 --- a/releases/2008.0/scripts/livecd.sh
23 +++ b/releases/2008.0/scripts/livecd.sh
24 @@ -38,7 +38,6 @@ echo "#####################################################" >> /etc/fstab
25
26 # fstab tweaks
27 echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab
28 -echo "tmpfs /lib/firmware tmpfs defaults 0 0" >> /etc/fstab
29 echo "tmpfs /usr/portage tmpfs defaults 0 0" >> /etc/fstab
30 #echo "tmpfs /boot tmpfs defaults 0 0" >> /etc/fstab
31
32
33 diff --git a/releases/weekly/scripts/livecd.sh b/releases/weekly/scripts/livecd.sh
34 index 5acd24c..054232d 100644
35 --- a/releases/weekly/scripts/livecd.sh
36 +++ b/releases/weekly/scripts/livecd.sh
37 @@ -38,7 +38,6 @@ echo "#####################################################" >> /etc/fstab
38
39 # fstab tweaks
40 echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab
41 -echo "tmpfs /lib/firmware tmpfs defaults 0 0" >> /etc/fstab
42 echo "tmpfs /usr/portage tmpfs defaults 0 0" >> /etc/fstab
43 #echo "tmpfs /boot tmpfs defaults 0 0" >> /etc/fstab