Path to this page:
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: