aboutsummaryrefslogtreecommitdiff
path: root/sysutils/debootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.37Martin Matuska2011-10-133-3/+4
| | | | Notes: svn path=/head/; revision=283466
* Update to 1.0.36Martin Matuska2011-08-265-154/+20
| | | | Notes: svn path=/head/; revision=280505
* - Update to 1.0.32Martin Matuska2011-07-154-43/+51
| | | | | | | - Alphabetically reorder pkg-plist Notes: svn path=/head/; revision=277754
* Add support for debootstrapping Debian Linux (i386)Martin Matuska2011-03-143-3/+71
| | | | | | | Submitted by: Romain Garbage <romain.garbage@gmail.com> Notes: svn path=/head/; revision=270902
* - Add pkg-messageMartin Matuska2011-02-262-0/+6
| | | | Notes: svn path=/head/; revision=269856
* debootstrap is a tool which will install a Debian base system intoMartin Matuska2011-02-267-0/+185
a subdirectory of another, already installed system. It doesn't require an installation CD, just access to a Debian repository. In FreeBSD, you can use debootstrap to install Debian GNU/kFreeBSD into a subdirectory of your existing FreeBSD installation (i386 or amd64) and then run Debian GNU/kFreeBSD (i386 or amd64) in a jail or chroot. WWW: http://wiki.debian.org/Debootstrap Notes: svn path=/head/; revision=269849