From 9bf48a2cc4c2c0b0b5b4790b282e67b6bcdc51da Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 2 Nov 2004 23:23:16 +0000 Subject: [PATCH] Ssshhh... I've added my super-secret pre-kmerge.sh sed replacement so genkernel will only add the 1024x768 version of the gensplash image to the bzImage, which added with the livecd-stage2 removal of the unused splash images, makes for a significantly smaller (54MB v. 50MB) LiveCD. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@478 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 9 ++++++++- livecd/runscript-support/pre-kmerge.sh | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1643370b..f7b68304 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.107 2004/10/29 21:14:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.108 2004/11/02 23:23:16 wolf31o2 Exp $ + + 02 Nov 2004; Chris Gianelloni + livecd/runscript-support/pre-kmerge.sh: + Ssshhh... I've added my super-secret pre-kmerge.sh sed replacement so + genkernel will only add the 1024x768 version of the gensplash image to the + bzImage, which added with the livecd-stage2 removal of the unused splash + images, makes for a significantly smaller (54MB v. 50MB) LiveCD. 29 Oct 2004; Chris Gianelloni +livecd/cdtar/silo-1.2.6-sparc-cdtar.tar.bz2, diff --git a/livecd/runscript-support/pre-kmerge.sh b/livecd/runscript-support/pre-kmerge.sh index f5b7e024..6d8b599b 100755 --- a/livecd/runscript-support/pre-kmerge.sh +++ b/livecd/runscript-support/pre-kmerge.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/pre-kmerge.sh,v 1.6 2004/10/28 15:05:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/pre-kmerge.sh,v 1.7 2004/11/02 23:23:16 wolf31o2 Exp $ /usr/sbin/env-update source /etc/profile @@ -15,4 +15,4 @@ install -d /usr/portage/packages/gk_binaries rm -f /usr/src/linux sed -i 's/uchi-hcd/uhci-hcd/' /usr/share/genkernel/x86/modules_load - +sed -i 's/initramfs_data.cpio.gz /initramfs_data.cpio.gz -r 1024x768 /' /usr/share/genkernel/genkernel -- 2.26.2