Port details on branch 2023Q1 |
- debootstrap Install Debian or Ubuntu base system into a directory
- 1.0.128n2 sysutils
=0 1.0.128n2Version of this port present on the latest quarterly branch. - Maintainer: nc@FreeBSD.org
 - Port Added: 2023-02-10 17:24:06
- Last Update: 2023-02-24 09:21:45
- Commit Hash: 7fd7a45
- License: MIT
- WWW:
- https://wiki.debian.org/Debootstrap
- Description:
- debootstrap is a tool which will install a Debian base system into
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 into a subdirectory
of your existing FreeBSD installation and then run Debian Linux in a jail
or chroot.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- debootstrap>0:sysutils/debootstrap
- To install the port:
- cd /usr/ports/sysutils/debootstrap/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/debootstrap
- pkg install debootstrap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: debootstrap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1677148183
SHA256 (debootstrap_1.0.128+nmu2.tar.gz) = 528523228d93a31c9e0cd4eb932977ea8ceec2bfbf8db1103bec2397cc7434fa
SIZE (debootstrap_1.0.128+nmu2.tar.gz) = 82266
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- wget : ftp/wget
- bash : shells/bash
- grep : textproc/gnugrep
- gpgv2 : security/gnupg
- ubuntu-archive-keyring.gpg : security/ubuntu-keyring
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_debootstrap
- USES:
- gmake perl5
- pkg-message:
- For install:
- To successfully create an installation of Debian or Ubuntu
debootstrap requires the following kernel modules to be loaded:
linux64 fdescfs linprocfs linsysfs tmpfs
To install Ubuntu 18.04 LTS (Bionic Beaver) into /compat/ubuntu, run as root:
debootstrap bionic /compat/ubuntu
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.128n2 24 Feb 2023 09:21:45
    |
Felix Palmen (zirias)  |
sysutils/debootstrap: Fix PORTVERSION
PORTVERSION may not contain '-', use 'n' instead to include nmu number
from debian.
Approved by: tcberner (mentor)
Pointy-Hat: zirias
(cherry picked from commit 90bac03a2eef13458258f034ea421e572114c12b) |
1.0.128-2 24 Feb 2023 06:54:15
    |
Felix Palmen (zirias)  |
sysutils/debootstrap: Update to 1.0.128-2
For a debian-native package, a +nmuX version should be considered a new
upstream version (it just means "non mantainer upload" there). Derive
some PORTVERSION from that that's sane for our versioning.
While here, eliminate hardcoded /usr/local from Makefile patch.
Approved by: nc (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D38670
(cherry picked from commit 2bf4a73e61cd322efa426f55101afa25bd2481d3) |
1.0.128_1 22 Feb 2023 11:07:35
    |
Gleb Popov (arrowd)  |
sysutils/debootstrap: Unbreak fetch and install.
Sponsored by: Serenity Cybersecurity, LLC
(cherry picked from commit c77cf9d7fac39f1cae64ba1db5c2d4209e4520bc) |
1.0.128_1 10 Feb 2023 17:22:06
    |
Neel Chauhan (nc)  |
sysutils/debootstrap: Set +x to debootstrap
PR: 268205
(cherry picked from commit f78f4879c494526e1bef0653c343753627b62cce) |
Number of commits found: 4
|