summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJon Boden <jon@ubuntubsd.org>2016-03-20 11:47:51 (GMT)
committerSamuel Thibault <sthibault@debian.org>2016-03-20 11:48:14 (GMT)
commit622d5a79b11ab531a053621c5ef4b35e4f4a174c (patch)
tree5a6f2309940e58b51b6458e40147cdf6cb97056f /scripts
parent421cd3afb87b1238573affcf4ba0f70871602289 (diff)
downloaddebootstrap-622d5a79b11ab531a053621c5ef4b35e4f4a174c.zip
debootstrap-622d5a79b11ab531a053621c5ef4b35e4f4a174c.tar.gz
debootstrap-622d5a79b11ab531a053621c5ef4b35e4f4a174c.tar.bz2
Support kfreebsd & hurd arches on Ubuntu targets.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gutsy2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gutsy b/scripts/gutsy
index c91c322..f525d8f 100644
--- a/scripts/gutsy
+++ b/scripts/gutsy
@@ -28,6 +28,8 @@ fi
case $ARCH in
alpha|ia64) LIBC="libc6.1" ;;
+ kfreebsd-*) LIBC="libc0.1" ;;
+ hurd-*) LIBC="libc0.3" ;;
*) LIBC="libc6" ;;
esac