diff --git a/debian/changelog b/debian/changelog index 3201e2f..87c8dc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,7 @@ ubuntu-dev-tools (0.162) unstable; urgency=medium [ Dimitri John Ledkov ] * mk-sbuild: add support for 'overlay' in favor of older 'overlayfs'. + Closes: 799267 [ Scott Kitterman ] * pbuilder-dist: add a --backports option to make it easier to build for diff --git a/mk-sbuild b/mk-sbuild index 516c187..107206b 100755 --- a/mk-sbuild +++ b/mk-sbuild @@ -26,7 +26,7 @@ # ################################################################## # # This script creates chroots designed to be used in a snapshot mode -# (with LVM, btrfs, overlay, or aufs) with schroot and sbuild. +# (with LVM, btrfs, overlay, overlay or aufs) with schroot and sbuild. # Much love to "man sbuild-setup", https://wiki.ubuntu.com/PbuilderHowto, # and https://help.ubuntu.com/community/SbuildLVMHowto. #