On Wed, Dec 10, 2003 at 05:40:03PM -0800, Roderick A. Anderson wrote:
> OK, type slowly so I can understand.  :-)
> 
> Has anyone built a binary tarball -- like Jacques -- of vs1.20? Looking at
> the site I only see the diffs and the split whatchamacallits.  For the
> compile (well actually patch) challenged this would be nice.

I could do that, but I doubt, that you would 
be happy with my choice of config options ...

if you prefer Jacques' choice, then building 
the kernel yourself is as easy as this:

# wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.23.tar.bz2
# wget http://www.13thfloor.at/vserver/s_release/v1.21/patch-2.4.23-vs1.21.diff
# wget ftp://ftp.solucorp.qc.ca/pub/vserver/config-2.4.22

# tar xjf linux-2.4.23.tar.bz2
# cd linux-2.4.23
# patch -p1 <../patch-2.4.23-vs1.21.diff

# cp ../config-2.4.22 .config
# make oldconfig

# make dep >../Dep.log
# make bzImage modules >../Build.log

and to install

# make install modules_install

HTH,
Herbert

> TIA,
> Rod
> -- 
>     "Open Source Software - You usually get more than you pay for..."
>      "Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"
> 
> 
> _______________________________________________
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to