Gentoo Archives: gentoo-catalyst

From: Guy Martin <gmsoft@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 00/11] Livecd updates for catalyst 3.0
Date: Wed, 05 Feb 2014 10:41:02
Message-Id: 1391596806-14955-1-git-send-email-gmsoft@gentoo.org
1 Hi team,
2
3
4 Here are a series of updates for the 3.0 branch.
5 There are cosmetic fixups, real fixes and logic rework as well as hppa
6 specific bits.
7
8 Guy
9
10 Guy Martin (11):
11 update-modules doesn't exists anymore.
12 depscan.sh doesn't exists anymore.
13 /etc/conf.d/rc doesn't exists anymore.
14 Fix merging kernel without kerncache enabled.
15 Rename System.map in a way that it won't be matched if multiple kernel
16 are used.
17 Allow kernelopts as a valid value for kernels.
18 Make use of _kernelopts for hppa.
19 Fix and improve kernel build when kerncache is enabled.
20 Don't make cdtar mandatory.
21 Use the system's iplboot to be sure it matches palo's version.
22 Remove unused hppa cdtar.
23
24 catalyst/base/stagebase.py | 1 +
25 livecd/cdtar/palo-1.5_pre20040515-cdtar.tar.bz2 | Bin 17399 -> 0 bytes
26 targets/support/bootloader-setup.sh | 14 ++-
27 targets/support/functions.sh | 12 +-
28 targets/support/kmerge.sh | 147 ++++++++++++++----------
29 targets/support/livecdfs-update.sh | 6 -
30 targets/support/netboot2-final.sh | 2 +-
31 targets/support/post-kmerge.sh | 1 -
32 8 files changed, 111 insertions(+), 72 deletions(-)
33 delete mode 100644 livecd/cdtar/palo-1.5_pre20040515-cdtar.tar.bz2
34
35 --
36 1.8.3.2

Replies