Re: [gentoo-user] idea about small footprint gentoo

2005-09-27 Thread Sascha Lucas
Hi Ian Do you have a website were you publish your concept? That would be nice wouldn't it? Unfortunately, no, I never had time to do that. yes it would :-). I sucessfully have now an minimalistic system. Solving problems with files not identified while root-FS mounted ro (currently 3)

Re: [gentoo-user] idea about small footprint gentoo

2005-09-27 Thread Sascha Lucas
Hi Neil, You could use find to copy all symlinks, then use the symlinks -d -r / to remove all those that point nowhere. Or you could start with an empty partition and use find to copy newer files instead of deleting the older ones. One way would be to direct the output of find -newer

Re: [gentoo-user] idea about small footprint gentoo

2005-09-27 Thread Iain Buchanan
On Tue, 2005-09-27 at 21:23 +0200, Sascha Lucas wrote: [snip] I sucessfully have now an minimalistic system. Solving problems with files not identified while root-FS mounted ro (currently 3) and some misc from baselayout (awk functions for depscan and env-update). I plan to write some

Re: [gentoo-user] idea about small footprint gentoo

2005-09-26 Thread Iain Buchanan
On Fri, 2005-09-23 at 10:27 +0200, Sascha Lucas wrote: Hi Iain, thanks a lot for your post (for the tips etc.). no worries Do you have a website were you publish your concept? That would be nice wouldn't it? Unfortunately, no, I never had time to do that. A System with X is also my

Re: [gentoo-user] idea about small footprint gentoo

2005-09-25 Thread Ow Mun Heng
On Thu, 2005-09-22 at 23:07 +1200, Nick Rout wrote: On Thu, 2005-09-22 at 12:01 +0200, Sascha Lucas wrote: Hi, I'm thinking of a small footprint gentoo produced in this way: 1) install everything you need 2) note current system time 3) reboot and do all operations you need in this

Re: [gentoo-user] idea about small footprint gentoo

2005-09-23 Thread Sascha Lucas
Hi Iain, thanks a lot for your post (for the tips etc.). I did much of the initial work to prove the concept and handed it over to someone else to turn into a reproducible system. As far as I know, we've had 3 or 4 running continuously for quite a few months now. Do you have a website were

Re: [gentoo-user] idea about small footprint gentoo

2005-09-23 Thread Neil Bothwick
On Fri, 23 Sep 2005 09:32:18 +0930, Iain Buchanan wrote: 1. symlinks aren't (or at least weren't in my case) picked up by the process, probably because when you access a symlink, only the date of the target appears to be altered. I had to manually copy many symlinks (which were mostly like

RE: [gentoo-user] idea about small footprint gentoo

2005-09-22 Thread Michael Kintzios
-Original Message- From: Sascha Lucas [mailto:[EMAIL PROTECTED] Sent: 22 September 2005 13:01 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] idea about small footprint gentoo no what about stuff that doesn't run all the time? stuff that cro needs etc? I

RE: [gentoo-user] idea about small footprint gentoo

2005-09-22 Thread Dave Nebinger
What do you think about this? Does it have a chance to work? I don't think it stands a snowball's chance in ... Well, you get the idea. Sascha, I'm thinking that if you start with a bare-bones handbook install you'll have a minimum system, at least for gentoo support. It won't have X,

Re: [gentoo-user] idea about small footprint gentoo

2005-09-22 Thread A. Khattri
On Thu, 22 Sep 2005, Sascha Lucas wrote: I realy know what will run on such a system. Think of a router, or a datacollector. You might want to look at GNAP from the Embedded Gentoo project - it sounds close to the minimal setup you are looking for.

Re: [gentoo-user] idea about small footprint gentoo

2005-09-22 Thread Nick Rout
On Thu, 2005-09-22 at 14:00 +0200, Sascha Lucas wrote: no what about stuff that doesn't run all the time? stuff that cro needs etc? I realy know what will run on such a system. Think of a router, or a datacollector. Pleas tell me what is cro? look at catalyst, it is the tool for

Re: [gentoo-user] idea about small footprint gentoo

2005-09-22 Thread Nick Rout
On Fri, 23 Sep 2005 07:29:53 +1200 Nick Rout wrote: I already did this. There you can specify what files/packages to remove. my intention is to know every file that can be removed. Well the .spec files for the minimal install cd gives you quite a few clues. Specifically:

Re: [gentoo-user] idea about small footprint gentoo

2005-09-22 Thread W.Kenworthy
I saw a post (I think it was this list, and the following was from memory) a month or two back of someone who did just this. They installed with a past date, then ran the system for a week or so and exercised it extensively. They then did the remove everything based on atime that hadnt been

Re: [gentoo-user] idea about small footprint gentoo

2005-09-22 Thread Iain Buchanan
On Fri, 2005-09-23 at 07:05 +0800, W.Kenworthy wrote: I saw a post (I think it was this list, and the following was from memory) a month or two back of someone who did just this. They installed with a past date, then ran the system for a week or so and exercised it extensively. They then did

Re: [gentoo-user] idea about small footprint gentoo

2005-09-22 Thread Nick Rout
On Fri, 23 Sep 2005 07:05:27 +0800 W.Kenworthy wrote: I saw a post (I think it was this list, and the following was from memory) a month or two back of someone who did just this. They installed with a past date, then ran the system for a week or so and exercised it extensively. They then