summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-08-15 16:45:26 -0400
committerJoey Hess <joey@kitenet.net>2011-08-15 16:53:08 -0400
commit3b609a408c6a10890785e9824b0c8f3a78c0089f (patch)
treeefaee5c7f86f7308e2e3ab33e9a0541dcd00a9bc /debian
parent8a38afd4795ce976978e3be0fd539cda1a3da243 (diff)
downloaddebootstrap-3b609a408c6a10890785e9824b0c8f3a78c0089f.tar.gz
When FreeBSD (not kfreebsd) is the host, don't chroot to mount special filesystems.
That fails for reasons that I don't know, but part of this patch avoids the chroot. http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/debootstrap/files/patch-functions?rev=1.3;content-type=text%2Fplain With this patch, deamonkeeper has confirmed a successful debootstrap from a FreeBSD host.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 05bda1a..468f7b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ debootstrap (1.0.36) UNRELEASED; urgency=low
* Search PATH for programs, rather than checking hardcoded locations.
* Support using md5 and shaN programs, as found on FreeBSD, in addition
to md5sum and shaNsum.
+ * When FreeBSD (not kfreebsd) is the host, don't chroot to mount special
+ filesystems.
-- Joey Hess <joeyh@debian.org> Mon, 15 Aug 2011 14:14:29 -0400