[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#818748: support kfreebsd & hurd arches for Ubuntu targets



Package: debootstrap
Version: 1.0.79

With this patch debootstrap supports kfreebsd & hurd arches on Ubuntu targets.

-- 
Jon Boden

ubuntuBSD -- Unix for human beings

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD
--- debootstrap-1.0.79/scripts/gutsy	2016-02-18 05:01:23.000000000 +0100
+++ debootstrap-1.0.79+bsd1/scripts/gutsy	2016-03-20 12:32:33.126251675 +0100
@@ -28,6 +28,8 @@
 
 case $ARCH in
 	alpha|ia64) LIBC="libc6.1" ;;
+	kfreebsd-*) LIBC="libc0.1" ;;
+	hurd-*)     LIBC="libc0.3" ;;
 	*)          LIBC="libc6" ;;
 esac
 

Reply to: