Subject: Re: [vserver] support for alpine linux guests
From: Natanael Copa <natanael.copa@gmail.com>
Date: Wed, 29 Aug 2007 16:52:00 +0200

On Mon, 2007-08-27 at 22:06 +0200, Daniel Hokka Zakrisson wrote:
> Natanael Copa wrote:
> > Hi,
> >
> > Alpine Linux is a distribution for secure light weight
> > servers/firewalls, based on uclibc/busybox, built using Gentoo
> > framework.
> >
> > Attatched is initpre and initpost scripts to allow easy installation of
> > Alpine Linux guests. It is done in seconds. Create directory
> > distributions/alpine and save the attatched files there.
> 
> Why is sysv the only supported initstyle? Why wouldn't plain work?

I have almost all issues fixed. The last thing left is plain initstyle
shutdown. Exactly what happens when initstyle is plain and user executes
"vserver <guest> stop" ?

Is there a signal sent to the init process? busybox init is a bit
different and nothing happens atm. it looks like cmd.stop is not
executed either.

Natanael Copa