mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
mk-sbuild: debootstrap with all components, so that eatmydata can be
installed.
This commit is contained in:
parent
c85373f911
commit
fc669d8645
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user