Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Re: [gentoo-releng] Seek for your advices : Make Gentoo LiveCD for ppc64le
Date: Sat, 31 Oct 2015 19:56:49
Message-Id: 20151031125551.428492da.dolsen@gentoo.org
In Reply to: [gentoo-catalyst] Re: [gentoo-releng] Seek for your advices : Make Gentoo LiveCD for ppc64le by Kevin Zhao
1 On Fri, 30 Oct 2015 23:02:57 +0800
2 Kevin Zhao <kevin.zhaoshuai@×××××.com> wrote:
3
4 > Hi Jorge,
5 > Really thanks for your suggestion😁
6 > I see in the spec that the filesystem type is squashFS. And I
7 > want to compress the Gentoo stage3 of ppc64le to the squashfs
8 > filesystem ,so that I can control the image size. Do you have any
9 > tips for me ? Thanks very much!
10 >
11 > 2015-10-28 20:05 GMT+08:00 Jorge Manuel B. S. Vicetto <
12 > jmbsvicetto@g.o>:
13 >
14 > > On Wed, Oct 28, 2015 at 5:26 AM, Kevin Zhao
15 > > <kevin.zhaoshuai@×××××.com> wrote:
16 > > > Hi Mike && Hi Folks,
17 > >
18 > > Hi Kevin.
19 > >
20 > > > First I want to thanks for your help and advices , we have
21 > > > finish
22 > > make
23 > > > gentoo stage3 and it will be tests by our community.
24 > > > Now I am working for gentoo LiveCD using stage3 . After
25 > > searching
26 > > > gentoo website, I can not find a very clearly method to make
27 > > > gentoo
28 > > LiveCD .
29 > > > So ,if conveniently , could you give me some advices or some
30 > > websites
31 > > > which cover the methods to LiveCD of other arch(e.g : x86 ,amd64
32 > > > etc..) Thanks very much ~ :-)
33 > >
34 > > You can find in the releng repo the specs we use to build all the
35 > > stages and CDs for all the arches[1]. In particular you might want
36 > > to use something like the install-cd specs for amd64[2][3] as
37 > > examples. We also have some scripts in the repo we use for the
38 > > automated builds in some arches[4].
39 > > Feel free to poke us through e-mail or pop into #gentoo-releng in
40 > > the freenode network.
41 > >
42 > > [1] - https://gitweb.gentoo.org/proj/releng.git/
43 > > [2] -
44 > > https://gitweb.gentoo.org/proj/releng.git/tree/releases/weekly/specs/amd64/installcd-stage1.spec
45 > > [3] -
46 > > https://gitweb.gentoo.org/proj/releng.git/tree/releases/weekly/specs/amd64/installcd-stage2-minimal.spec
47 > > [4] - https://gitweb.gentoo.org/proj/releng.git/tree/tools
48 > >
49 > > Best regards,
50 > >
51 > > Jorge Manuel B. S. Vicetto
52 > > Gentoo developer
53 > > RelEng Lead
54 > >
55 > >
56
57 Use catalyst-9999 which has the new compress/decompress handling code.
58 then in your spec file:
59
60 compress_mode = squashfs
61
62 That's it
63
64 --
65 Brian Dolbec <dolsen>

Replies