Re: mkchroot scripts

2005-02-07 Thread Sergei I. Kononov
On Fri, Feb 04 at 09:28:19 (+0100), Wouter Verhelst wrote: > Actually, that /is/ a needed file. Some programs look up the name of a > user before doing stuff (or look up the UID of a username), and without > that file they do very strange things If you need /etc/passwd, for example, the better way

Re: mkchroot scripts

2005-02-04 Thread Matthew Palmer
On Fri, Feb 04, 2005 at 09:28:19AM +0100, Wouter Verhelst wrote: > On Thu, Feb 03, 2005 at 10:58:55PM +0300, Sergei I. Kononov wrote: > > On Thu, Feb 03 at 20:23:20 (+0100), Christoph Berg wrote: > > > > > What's the difference to makejail and debootstrap? > > > > 1. Created chroot enviroment us

Re: mkchroot scripts

2005-02-04 Thread Wouter Verhelst
On Thu, Feb 03, 2005 at 10:58:55PM +0300, Sergei I. Kononov wrote: > On Thu, Feb 03 at 20:23:20 (+0100), Christoph Berg wrote: > > > What's the difference to makejail and debootstrap? > > 1. Created chroot enviroment use less disk space, and does not > include not needed files/dirs (like: passwd

Re: mkchroot scripts

2005-02-03 Thread Sergei I. Kononov
On Thu, Feb 03 at 20:23:20 (+0100), Christoph Berg wrote: > What's the difference to makejail and debootstrap? 1. Created chroot enviroment use less disk space, and does not include not needed files/dirs (like: passwd, chown, chmod or files in fileutils package etc) Creates 'chroot', not another

Re: mkchroot scripts

2005-02-03 Thread Christoph Berg
Re: Sergei I. Kononov in <[EMAIL PROTECTED]> > I wrote small scripts which should help to build chroot enviroment. I > know already exists such things like 'makejail'. But I wrote my own > version of 'how to chroot specified packages under debian'. What's the difference to makejail and debootstrap