Gentoo Archives: gentoo-embedded

From: Ned Ludd <solar@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] GNAP status
Date: Sun, 11 May 2008 09:41:23
Message-Id: 1210498880.20869.14.camel@media
In Reply to: Re: [gentoo-embedded] GNAP status by "01flipstar@web.de" <01flipstar@web.de>
1 On Sun, 2008-05-11 at 11:08 +0200, 01flipstar@×××.de wrote:
2 > wireless schrieb:
3 > > 01flipstar@×××.de wrote:
4 > >> wireless schrieb:
5 > >>> Natanael Copa wrote:
6 > >>>
7 > >>>>> I remember some discussion on GNAP and the fact that some were
8 > >>>>> working on updating it. Does any know the current status
9 > >>>>> of the efforts to update GNAP and when possible it might
10 > >>>>> be suitable (updated) for use on i586 (K6) based hardware?
11 > >>>
12 > >>>> You could also have a look at alpine linux, a gentoo based distro aimed
13 > >>>> for older PC's.
14 > >>>
15 > >>> Alpine does look interesting, but, it looks more like a Debian
16 > >>> derivative:
17 > >>>
18 > >>> http://wiki.alpinelinux.org/w/index.php?title=Installing_Alpine#Managing_software_packages
19 > >>>
20 > >>>
21 > >>>
22 > >>> Any other gentoo derivatives out there, aimed at older hardware?
23 > >>
24 > >> Hey,
25 > >>
26 > >> why not simply role your own?
27 > >> I'm running a KVM (qemu) System with all the optimization supported by
28 > >> my old like (eeepc) hardware.
29 > >>
30 > >> - create all the tbz2 you need (on the KVM or real host)
31 > >> - run genpkgindex
32 > >> - copy all the files to your webserver
33 > >> - create a squashfs from your portage tree (<40Mb)
34 > >> - boot your old system from cd or usb and extract a stage3 file
35 > >> - edit the make.conf and make sure to define PORTAGE_BINHOST
36 > >> - define an INSTALL_MASK if you like
37 > >> - delete all files in /usr/portage and mount the squashfs porttree
38 > >> - finally emerge all the stuff you need (emerge -G bla)
39 > >>
40 > >> If you are interested in more details Ill write a howto in the next
41 > >> few weeks.
42 > >>
43 > >> --
44 > >> flip
45 > >
46 > >
47 > > Well, I usually like to stay closer to a tree that being maintained.
48 > >
49 >
50 > If you like you can rebuild the squashfs-porttree every day and update your system
51 >
52 > emerge --sync && mk_squashfs_tree && emerge -avb system && emerge -avb world && genpkgindex && rsync_tbz2
53 >
54 > :-D
55 >
56 > Ned was explaining how to use qmerge a few weeks ago so this my also be an option.
57 > But Im not sure how (well) qmerge can handle deps?!
58
59
60 It does not handle deps that well at all. Use the -KOq options when
61 merging stuff with it. Work out what they might be via -pv
62
63 --
64 gentoo-embedded@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] GNAP status wireless <wireless@×××××××××××.com>