Re: [gentoo-user] make a server on a resource-limited machine

2005-02-02 Thread Vitaly Ivanov
Setup tiny system with Gentoo is very easy. You need powerfull system. On powerfull system do something like this: mkdir /opt/gentoos/viaC3/root CHOST=i486-pc-linux-uclibc CFLAGS=-march=i486 -pipe -O2 CXXFLAGS=-march=i486 -pipe -O2 ROOT=/opt/gentoos/viaC3/root/ FEATURES=nodoc noinfo noman strip

Re: [gentoo-user] make a server on a resource-limited machine

2005-02-01 Thread Heinz Sporn
Hi! That's a toughy! But I think it's doable. Here are my SUGGESTIONS: 1. Develop the entire system on another machine (that's pretty much obvious) in a chroot environment. Use symlinks (or mount -o bind) to adress your Portage tree (you don't want to copy THAT back and forth!). Follow the

[gentoo-user] make a server on a resource-limited machine

2005-01-31 Thread Qiangning Hong
I want to make a i486 machine to run SAMBA server, with the following requirements: - The whole system should run under 32MB memory. - The boot partition is less than 5MB, the system partition is less than 32MB, and the rest of hard disk for shared data. (Actually the hard disk is an

Re: [gentoo-user] make a server on a resource-limited machine

2005-01-31 Thread afabian
On Tue, Feb 01, 2005 at 03:03:35PM +0800, Qiangning Hong wrote: I want to make a i486 machine to run SAMBA server, with the following requirements: - The whole system should run under 32MB memory. - The boot partition is less than 5MB, the system partition is less than 32MB, and the rest