Gentoo Archives: gentoo-catalyst

From: David Bryson <mutex@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Overwriting linuxrc
Date: Wed, 25 May 2005 19:33:12
Message-Id: 20050525192300.GL13331@heliosphan
In Reply to: Re: [gentoo-catalyst] Overwriting linuxrc by Matthew Cline
1 On Wed, May 25, 2005 at 03:20:01PM -0400 or thereabouts, Matthew Cline wrote:
2 > Just my 0.02
3 >
4 > I think using catalyst to build embedded systems is a great idea. I
5 > have yet to see any solid program for creating disk images for
6 > embedded devices or simply any computer with limited storage
7 > constraints. This idea also seems to leverage advantages already
8 > present in catalyst.
9 >
10
11 This is exactly why I wrote what I did. I needed this functionality,
12 catalyst had an easy way of implementing it.
13
14 And I have been doing it with catalyst for 2 years almost. I had a
15 process that not only built embedded disk images, but produced block
16 size equivalent images for a flash-based computer.
17
18 All that was required for an update was a straight dd to the flash
19 and grub.
20 It does all kinds of cool stuff like construct different
21 filesystem images and do removal of files in /usr/include, man
22 pages.. etc etc. Some of it was hacks, but I provided the hooks to
23 give a system builder a lot of flexibility.
24
25 Anyway, any kind of feedback would be *really* cool and would
26 encourage me to work on it some more ;-)