2013-03-23 07:00:49 +01:00
|
|
|
debootstrap is a tool which will install a Debian base system into
|
2011-02-26 22:25:04 +01:00
|
|
|
a subdirectory of another, already installed system. It doesn't require an
|
|
|
|
installation CD, just access to a Debian repository.
|
|
|
|
|
2011-03-14 21:07:14 +01:00
|
|
|
In FreeBSD, you can use debootstrap to install Debian into
|
2011-02-26 22:25:04 +01:00
|
|
|
a subdirectory of your existing FreeBSD installation (i386 or amd64)
|
2011-03-14 21:07:14 +01:00
|
|
|
and then run Debian GNU/kFreeBSD (i386 or amd64) or Debian Linux (i386)
|
|
|
|
in a jail or chroot.
|
2011-02-26 22:25:04 +01:00
|
|
|
|
2013-03-23 07:00:49 +01:00
|
|
|
WWW: http://wiki.debian.org/Debootstrap
|