Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: Chris Gianelloni <wolf31o2@g.o>
Cc: "Robin H. Johnson" <robbat2@g.o>, gentoo-dev@g.o, livewire@g.o
Subject: Re: [gentoo-dev] Genkernel hacking
Date: Thu, 09 Oct 2003 14:17:38
Message-Id: 20031009141735.GA3625@curie-int.orbis-terrarum.net
In Reply to: Re: [gentoo-dev] Genkernel hacking by Chris Gianelloni
1 On Thu, Oct 09, 2003 at 06:07:23AM -0400, Chris Gianelloni wrote:
2 > > I also suspect a bug in the bootsplash code of the mainstream 1.9, where
3 > > the bootsplash image is not added to the correct location (initrd
4 > > instead of initrd.gz).
5 > Actually, the bootsplash image *must* be appended to the end of the
6 > initrd uncompressed, so it has to go onto the initrd.gz not initrd.
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 Robin Hugh Johnson
20 E-Mail : robbat2@××××××××××××××.net
21 Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
22 ICQ# : 30269588 or 41961639
23 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies

Subject Author
Re: [gentoo-dev] Genkernel hacking Doug Weimer <dweimer@××××××××.com>
Re: [gentoo-dev] Genkernel hacking Bob Johnson <livewire_@×××××××××.net>