diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-01 08:06:14 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-01 08:06:14 +0000 |
commit | 6305808b301ad2a6631c530ef38003925cf730ff (patch) | |
tree | 4ab42307054f89a5dc4eba1713d5dfdf43f68589 /scripts | |
parent | Removing empty overlays directory. (diff) | |
download | releng-6305808b301ad2a6631c530ef38003925cf730ff.tar.gz releng-6305808b301ad2a6631c530ef38003925cf730ff.tar.bz2 releng-6305808b301ad2a6631c530ef38003925cf730ff.zip |
Moving scripts under versioned subdirectories in releases.
svn path=/trunk/; revision=397
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/2006.1/livecd.sh | 30 | ||||
-rw-r--r-- | scripts/2007.0/livecd.sh | 51 | ||||
-rw-r--r-- | scripts/2007.1/ChangeLog | 6 | ||||
-rw-r--r-- | scripts/2007.1/livecd.sh | 40 |
4 files changed, 0 insertions, 127 deletions
diff --git a/scripts/2006.1/livecd.sh b/scripts/2006.1/livecd.sh deleted file mode 100644 index 37efbdd0..00000000 --- a/scripts/2006.1/livecd.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash - -if [ -e /etc/X11/gdm/custom.conf ] -then - 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 -fi - -if [ -e /etc/X11/gdm/gdm.conf ] -then - sed -i -e 's/gentoo-emergence/gentoo-livecd-2006.1/' \ - /etc/X11/gdm/gdm.conf -fi - -gconftool-2 --direct \ - --config-source xml:readwrite:/usr/livecd/gconf/gconf.xml.defaults \ - --type string --set /desktop/gnome/background/picture_filename \ - /usr/share/pixmaps/gentoo-livecd-2006.1/gentoo-livecd-2006.1-1024x768.png - -case `uname -m` in - i?86|x86_64) - sed -i 's/DRIVER fbdev/DRIVER vesa/' /usr/share/hwdata/Cards - ;; -esac - -sed -i -e 's:/psaux/:/input/:' /usr/sbin/mkxf86config.sh -sed -i '/^PORTDIR_OVERLAY/d' /etc/make.conf -rm -rf /root/catalyst diff --git a/scripts/2007.0/livecd.sh b/scripts/2007.0/livecd.sh deleted file mode 100644 index f8f19c46..00000000 --- a/scripts/2007.0/livecd.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/bash - -if [[ -e /etc/X11/gdm/custom.conf ]] -then - sed -e '/^[^#]\+=.\+$/d' /etc/X11/gdm/custom.conf > \ - /etc/X11/gdm/custom.conf.old - sed -i -e 's/gentoo-emergence/gentoo-livecd-2007.0/' \ - /etc/X11/gdm/custom.conf -fi - -if [[ -e /etc/X11/gdm/gdm.conf ]] -then - sed -i -e 's/gentoo-emergence/gentoo-livecd-2007.0/' \ - /etc/X11/gdm/gdm.conf -fi - -if [[ -e /etc/conf.d/splash ]] -then - sed -i -e "/^# SPLASH_TTYS=/ s/^#//" /etc/conf.d/splash -fi - -if [[ -e /sbin/splash-functions.sh ]] -then - sed -i -e 's/type" cachedir "${spl_/type" tmpfs "${spl_/' \ - /sbin/splash-functions.sh -fi - -if [[ -e /etc/conf.d/clock ]] -then - sed -i -e 's/#TIMEZONE="Factory"/TIMEZONE="UTC"/' /etc/conf.d/clock -fi - -gconftool-2 --direct \ - --config-source xml:readwrite:/usr/livecd/gconf/gconf.xml.defaults \ - --type string --set /desktop/gnome/background/picture_filename \ - /usr/share/pixmaps/gentoo-livecd-2007.0/1024x768.png - -# We remove genkernel to save some space on the LiveCD -ln -sf /usr/livecd/db /var/db -emerge -C genkernel -rm /var/db - -case `uname -m` in - i?86|x86_64) - sed -i 's/DRIVER fbdev/DRIVER vesa/' /usr/share/hwdata/Cards - sed -e 's/CONSOLEFONT="default8x16"/CONSOLEFONT="lat1-16"/' \ - -e '/^#CONSOLETRANSLATION="8859-1_to_uni"/ s/^#//' \ - -i /etc/conf.d/consolefont - ;; -esac - diff --git a/scripts/2007.1/ChangeLog b/scripts/2007.1/ChangeLog deleted file mode 100644 index 999587cd..00000000 --- a/scripts/2007.1/ChangeLog +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/releng/scripts/2007.1/ChangeLog,v 1.1 2007-11-16 17:32:56 agaffney Exp $ - - 16 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> livecd.sh: - remove hack to unmerge genkernel - diff --git a/scripts/2007.1/livecd.sh b/scripts/2007.1/livecd.sh deleted file mode 100644 index d068eda1..00000000 --- a/scripts/2007.1/livecd.sh +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash - -if [[ -e /etc/X11/gdm/custom.conf ]] -then - sed -e '/^[^#]\+=.\+$/d' /etc/X11/gdm/custom.conf > \ - /etc/X11/gdm/custom.conf.old - sed -i -e 's/gentoo-emergence/gentoo-livecd-2007.0/' \ - /etc/X11/gdm/custom.conf -fi - -if [[ -e /etc/X11/gdm/gdm.conf ]] -then - sed -i -e 's/gentoo-emergence/gentoo-livecd-2007.0/' \ - /etc/X11/gdm/gdm.conf -fi - -if [[ -e /etc/conf.d/splash ]] -then - sed -i -e "/^# SPLASH_TTYS=/ s/^#//" /etc/conf.d/splash -fi - -if [[ -e /etc/conf.d/clock ]] -then - sed -i -e 's/#TIMEZONE="Factory"/TIMEZONE="UTC"/' /etc/conf.d/clock -fi - -gconftool-2 --direct \ - --config-source xml:readwrite:/usr/livecd/gconf/gconf.xml.defaults \ - --type string --set /desktop/gnome/background/picture_filename \ - /usr/share/pixmaps/gentoo-livecd-2007.0/1024x768.png - -case `uname -m` in - i?86|x86_64) - sed -i 's/DRIVER fbdev/DRIVER vesa/' /usr/share/hwdata/Cards - sed -e 's/CONSOLEFONT="default8x16"/CONSOLEFONT="lat1-16"/' \ - -e '/^#CONSOLETRANSLATION="8859-1_to_uni"/ s/^#//' \ - -i /etc/conf.d/consolefont - ;; -esac - |