mk-sbuild: debootstrap with all components, so that eatmydata can be

installed.
This commit is contained in:
Stefano Rivera 2011-11-16 13:53:29 +02:00
parent c85373f911
commit fc669d8645
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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 <marc.deslauriers@ubuntu.com> Tue, 15 Nov 2011 16:01:32 -0500

View File

@ -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