diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-08-09 18:42:14 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-08-09 18:42:14 +0000 |
commit | edd40666e2683b7cb60cc38a23d86b626b97a6b8 (patch) | |
tree | a11f3f4e780655ffc924cba0cb7c5c395feac11c /scripts | |
parent | Make sure ipw3945 is commented for amd64, since it isn't stable there yet. (diff) | |
download | releng-edd40666e2683b7cb60cc38a23d86b626b97a6b8.tar.gz releng-edd40666e2683b7cb60cc38a23d86b626b97a6b8.tar.bz2 releng-edd40666e2683b7cb60cc38a23d86b626b97a6b8.zip |
Initial import of the fsscript for 2006.1 to set the GDM theme.
svn path=/trunk/; revision=179
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/2006.1/livecd.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/2006.1/livecd.sh b/scripts/2006.1/livecd.sh new file mode 100644 index 00000000..d6dd7b33 --- /dev/null +++ b/scripts/2006.1/livecd.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +sed -e '/^[^#]\+=.\+$/d' /etc/X11/gdm/custom.conf > \ + /etc/X11/gdm/custom.conf.old +sed -i -e 's/gentoo-emergence/gentoo-livecd-2006.1/' \ + /etc/X11/gdm/custom.conf |