From fc669d8645cf7c1bfedbf0dcc3f95aa7dd716b53 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 16 Nov 2011 13:53:29 +0200 Subject: [PATCH] mk-sbuild: debootstrap with all components, so that eatmydata can be installed. --- debian/changelog | 2 ++ mk-sbuild | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f889b35..9a5edf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ ubuntu-dev-tools (0.136) UNRELEASED; urgency=low [ Stefano Rivera ] * mk-sbuild,doc/mk-sbuild.1: aufs may still be used if overlayfs isn't available (as is the case on Debian). + * mk-sbuild: debootstrap with all components, so that eatmydata can be + installed. -- Marc Deslauriers Tue, 15 Nov 2011 16:01:32 -0500 diff --git a/mk-sbuild b/mk-sbuild index bad0420..ef7df78 100755 --- a/mk-sbuild +++ b/mk-sbuild @@ -470,8 +470,9 @@ debian) ;; esac +debootstrap_opts="--components=$(echo $COMPONENTS | tr ' ' ,)" if [ -n "$DEBOOTSTRAP_INCLUDE" ] ; then - debootstrap_opts="--include=$DEBOOTSTRAP_INCLUDE" + debootstrap_opts="$debootstrap_opts --include=$DEBOOTSTRAP_INCLUDE" fi if [ -n "$DEBOOTSTRAP_EXCLUDE" ] ; then