Gentoo Archives: gentoo-catalyst

From: Sebastian Guarino <sguarin@××××××××.ar>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Catalyst + livecd-stage2-minimal.spec + splash
Date: Mon, 25 Jul 2005 21:01:42
Message-Id: 42E55325.2020705@afip.gov.ar
1 Hi, Im having problems building a livecd-minimal.iso. The problems are
2 splash related.
3
4 In the spec file I have:
5 livecd/splash_type: gensplash
6 livecd/splash_theme: livecd-2005.0
7
8 boot/kernel/gentoo/postconf:
9 splashutils
10 splash-themes-livecd
11
12 But a script on the chroot environment (tmp/livecdfs-update.sh) is
13 ejecuting this before boot/kernel/gentoo/postconf. So splash stuff isn't
14 merged before this.
15
16 elif [ "${clst_livecd_splash_type}" == "gensplash" -a -n
17 "${clst_livecd_splash_theme}" ]
18 then
19 if [ -d /etc/splash/${clst_livecd_splash_theme} ]
20 then
21 sed -i 's:#
22 SPLASH_THEME="gentoo":SPLASH_THEME=\"${clst_livecd_splash_theme}\":'
23 /etc/conf.d/splash
24 rm /etc/splash/default
25 ln -s /etc/splash/${clst_livecd_splash_theme}
26 /etc/splash/default
27 else
28 echo "Error, cannot setup splash theme
29 ${clst_livecd_splash_theme}"
30 exit 1
31 fi
32 fi
33
34 So I got the error "Error, cannot setup splash theme livecd-2005.0"
35
36 Any ideas?
37 I have catalyst-1.1.9
38 Thanks.
39
40 --
41 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Catalyst + livecd-stage2-minimal.spec + splash Chris Gianelloni <wolf31o2@g.o>