Re: new distribution

Klaus Weidner <[email protected]> Tue, 21 Dec 2004 14:02:46 -0600
Newsgroups gmane.linux.debian.devel.3com-pilot
Message-ID <20041221200246.GF29947__7299.74125647477$1103659456$gmane$org@w-m-p.com>
On Tue, Dec 21, 2004 at 01:53:20PM -0600, Klaus Weidner wrote:
> Both involve manually unpacking Debian packages into the chroot, so they
> are "clean" as far as the resulting system is concerned.

"manually" was the wrong word, the unpacking is automated but done using
low-level tools such as "ar", without using the regular package
management facilities. Something like this:

	ar -p "$Deb" data.tar.gz | gzip -dc | tar xpf -

-Klaus