From 8047c2425ac8ca8c89586b76dcce4a4fbe66f303 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 22 Mar 2018 14:46:40 +0000 Subject: [PATCH] Add NEWS file to warn users about change of live-boot mount paths --- debian/NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/NEWS diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 000000000..24a3d05fc --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,10 @@ +live-build (1:20180224) unstable; urgency=medium + + The live-boot mount points have been moved from /lib/live/mount to + /run/live. Since this is a backward-incompatible change, a compat + recursive bind mount point is being provided in /lib/live/mount so + that existing scripts will not break in Debian 10 (Buster). + Please note that this will be removed in Debian 11 (Bullseye) so + plan accordingly and update any required scripts. + + -- Luca Boccassi Thu, 22 Mar 2018 14:36:03 +0000