diff options
author | Luca Boccassi <bluca@debian.org> | 2018-03-22 14:46:40 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2018-03-22 14:46:40 +0000 |
commit | 8047c2425ac8ca8c89586b76dcce4a4fbe66f303 (patch) | |
tree | 0f94490070f839b1dd6d7693cec3fa45a182d849 | |
parent | aa1ae83854d5e85901ab56ad291f9e938a0582db (diff) | |
download | vyos-live-build-8047c2425ac8ca8c89586b76dcce4a4fbe66f303.tar.gz vyos-live-build-8047c2425ac8ca8c89586b76dcce4a4fbe66f303.zip |
Add NEWS file to warn users about change of live-boot mount paths
-rw-r--r-- | debian/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
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 <bluca@debian.org> Thu, 22 Mar 2018 14:36:03 +0000 |