Gentoo Archives: gentoo-dev

From: david@×××××××××.com
To: luke@×××××××××.com
Cc: Dejan Nikic <dejann@××××××××××××.edu>, jtoyota@×××××××××.net, gentoo-dev@g.o
Subject: Re: [gentoo-dev] 'submerge' was Re: Re: [gentoo-dev] Gentoo Embedded
Date: Fri, 31 Oct 2003 19:48:39
Message-Id: 20031031194739.GC27132@redhate.futuretel.com
In Reply to: Re: [gentoo-dev] 'submerge' was Re: Re: [gentoo-dev] Gentoo Embedded by luke@trolltech.com
1 On Fri, Oct 31, 2003 at 05:07:07PM +1000, luke@×××××××××.com wrote:
2 > When I left the USE="-static", the overall size ended up being much larger,
3 > so I removed it. Adding "-nls" is a good idea too, although its simple
4 > enough to coopt localepurge.
5 >
6
7 interesting. I wonder why.
8
9 > I added the line
10 > find ${ROOT_DIR} -name "*.a" | xargs -r r
11 > as the first line of create_img.
12 >
13
14 did you mean | xargs -r rm ?
15
16 I added a little routine to rm -rf directories specified in
17 the config file. That way one can just tell it to get rid of
18 man/doc/info/include
19 those types of things.
20
21 If you have something cool to add, I'd love a patch ;-)
22
23 > I know gawk should eventually be removed as a dep of the init scripts, but
24 > for now, removing ${ROOT_DIR}/bin/pgawk* helps.
25 >
26 > tundra embeddedgentoo # ls work/bin/pgawk* -l
27 > -rwxr-xr-x 2 root root 237376 Oct 31 15:55 work/bin/pgawk
28 > -rwxr-xr-x 2 root root 237376 Oct 31 15:55 work/bin/pgawk-3.1.2
29 >
30
31 Well a simple grep through init scripts shows gawk being used a lot.
32 Will the runlevels work with out it ?
33
34 --
35 gentoo-dev@g.o mailing list

Replies