diff options
author | 2007-04-12 15:02:54 +0000 | |
---|---|---|
committer | 2007-04-12 15:02:54 +0000 | |
commit | 0d25a9b8a1b28b5d3441411b52f7c0b22ab07e95 (patch) | |
tree | 8f2c09d404abe8529356c1c5c2e47b7cb21464cb /scripts | |
parent | Added sed to fsscript to fix the "Your TIMEZONE in /etc/conf.d/clock is still... (diff) | |
download | releng-0d25a9b8a1b28b5d3441411b52f7c0b22ab07e95.tar.gz releng-0d25a9b8a1b28b5d3441411b52f7c0b22ab07e95.tar.bz2 releng-0d25a9b8a1b28b5d3441411b52f7c0b22ab07e95.zip |
Changing the name of the background file to match what we're installing.
svn path=/trunk/; revision=323
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/2007.0/livecd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/2007.0/livecd.sh b/scripts/2007.0/livecd.sh index 8da27b98..fa0b9909 100644 --- a/scripts/2007.0/livecd.sh +++ b/scripts/2007.0/livecd.sh @@ -33,7 +33,7 @@ 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/gentoo-livecd-2007.0-1024x768.png + /usr/share/pixmaps/gentoo-livecd-2007.0/1024x768.png case `uname -m` in i?86|x86_64) |