Gentoo Archives: gentoo-catalyst

From: "Robert Šmol" <smol.robert@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] no stage1 created
Date: Fri, 05 Oct 2007 13:13:33
Message-Id: 79342c4a0710050603o122286aby8a01887e7615a5b0@mail.gmail.com
In Reply to: Re: [gentoo-catalyst] no stage1 created by Nelson Batalha
1 OK, I was reading official docs yesterday and it seems there is only
2 reference guide, but no high level view on how things works together. So
3 first, thanks for the newbie guide. Is there any documentation about what
4 exactly is catalyst trying to do at any specific moment?
5
6 Anyway:
7
8 At livecd-stage2_template.spec you refer to livecd1:
9
10 source_subpath:default/livecd-stage1_example-2007.1
11
12 and form reference guide:
13 source_subarch: "Location of seed stage, path relative to
14 ${clst_sharedir}/builds"
15
16 and I actually found it at:
17
18 /var/tmp/catalyst/tmp/default/
19
20 So after I change stage2 config I got error with genkernel:
21
22 * Linux Kernel 2.6.22-gentoo-r8 for x86...
23 * kernel: >> Running mrproper...
24 * config: Using config from /var/tmp/gentoo.config
25 * Previous config backed up to .config.bak
26 * >> Running oldconfig...
27 * kernel: >> Cleaning...
28 * kernel: >> Making dependencies...
29 * >> Compiling 2.6.22-gentoo-r8 bzImage...
30 * >> Compiling 2.6.22-gentoo-r8 modules...
31 * Copying config for successful build to /etc/kernels/kernel-
32 config-x86-2.6.22-gentoo-r8
33 * Creating kernel cache
34 * module-init-tools: >> Configuring
35 * >> Compiling...
36 * >> Copying to cache...
37 * busybox: >> Configuring...
38 * busybox: >> Compiling...
39 * busybox: >> Copying to cache...
40 * initramfs: >> Initializing...
41 * >> Appending base_layout cpio data...
42 * >> Appending auxilary cpio data...
43 * >> Appending busybox cpio data...
44 * >> Appending lvm2 cpio data...
45 * LVM2: Adding support (using local static binaries)...
46 * >> Appending dmraid cpio data...
47 * DMRAID: Adding support (compiling binaries)...
48 * device-mapper: >> Compiling...
49 * >> Copying to cache...
50 * dmraid: >> Configuring...
51 * dmraid: >> Compiling...
52 * >> Copying to bincache...
53 * >> Appending evms2 cpio data...
54 * EVMS2: Adding support...
55 * >> Appending insmod cpio data...
56 * >> Appending modules cpio data...
57 * Creating minimal kernel package
58 cp: cannot stat `/var/tmp/genkernel/System.map-2.6.22-gentoo-r8': No such
59 file or directory
60 * ERROR: Could not copy System.map for the kernel package!
61
62
63 I have sys-kernel/genkernel-3.4.8. Tyring to find System-map* anywhere on
64 the disk is unsuccessful. Any hints?
65
66 Thank you
67
68 Robert

Replies

Subject Author
Re: [gentoo-catalyst] no stage1 created Andrew Gaffney <agaffney@g.o>
Re: [gentoo-catalyst] no stage1 created Chris Gianelloni <wolf31o2@g.o>