Gentoo Archives: gentoo-dev

From: Bob Johnson <livewire_@×××××××××.net>
To: "Robin H. Johnson" <robbat2@g.o>, Chris Gianelloni <wolf31o2@g.o>
Cc: "Robin H. Johnson" <robbat2@g.o>, gentoo-dev@g.o
Subject: Re: [gentoo-dev] Genkernel hacking
Date: Fri, 10 Oct 2003 00:06:53
Message-Id: 200310091906.48066.livewire_@ameritech.net
In Reply to: Re: [gentoo-dev] Genkernel hacking by "Robin H. Johnson"
1 Fixed locally.
2
3 cat ${BOOT_SPLASH_INITRD} >> ${TEMP}/initrd.gz || die
4
5 Bob
6
7 >
8 > Thanks for that bit, althougth it still means there is a bug :-).
9 >
10 > The bootsplash image is added to ${TEMP}/initrd with
11 > 'cat ${BOOT_SPLASH_INITRD} >> ${TEMP}/initrd'
12 >
13 > However, at that point, ${TEMP}/initrd doesn't exist anymore, because of
14 > 'gzip -f -9 ${TEMP}/initrd' that runs shortly before it, and the code
15 > after adding bootsplash only references ${TEMP}/initrd.gz and not
16 > ${TEMP}/initrd ever again.
17
18
19 --
20 gentoo-dev@g.o mailing list