Subject: CVS commit: wip/debootstrap
From: Tobias Nygren
Date: 2015-03-22 00:37:22
Message id: E1YZSxX-0001hJ-Dx@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import debootstrap-1.0.67 as wip/debootstrap.

debootstrap is a tool which will install a Debian or Ubuntu base system into a
subdirectory of another, already installed system.

To setup a Debian "wheezy" chroot on NetBSD/amd64 system:

host# debootstrap --arch=amd64 wheezy /emul/wheezy
host# cp /usr/pkg/share/debootstrap/libfakesyscall-amd64.so /emul/wheezy
host# chroot /emul/wheezy /bin/bash
debian# export LD_PRELOAD=/libfakesyscall-amd64.so
debian# apt-get moo


Files:
RevisionActionfile
1.1addwip/debootstrap/DESCR
1.1addwip/debootstrap/MESSAGE
1.1addwip/debootstrap/Makefile
1.1addwip/debootstrap/PLIST
1.1addwip/debootstrap/distinfo
1.1addwip/debootstrap/files/devices.tar.gz.uue
1.1addwip/debootstrap/files/libfakesyscall-amd64.so.uue
1.1addwip/debootstrap/files/libfakesyscall-i386.so.uue
1.1addwip/debootstrap/files/libfakesyscall.c
1.1addwip/debootstrap/patches/patch-Makefile
1.1addwip/debootstrap/patches/patch-debootstrap
1.1addwip/debootstrap/patches/patch-functions