diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 16:43:50 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 20:58:19 +0100 |
commit | 164f23368e8870857c1092d59d92b314d86a1260 (patch) | |
tree | 881c81e39ac1b5c8f7a20ac7cc6ae12ff6a65372 /debian/changelog | |
parent | 822459c7b25589f4065c25bcd8b3ab440ae0e4cd (diff) | |
download | vyos-live-build-164f23368e8870857c1092d59d92b314d86a1260.tar.gz vyos-live-build-164f23368e8870857c1092d59d92b314d86a1260.zip |
Support “lb config --debootstrap-script <script>”
This option lets you use an alternate bootstrap script when running
debootstrap. Thanks to Sjoerd Simons <sjoerd@debian.org> for the initial
patch.
Closes: #790033
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d0adf37a6..1cd4d81fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,9 @@ live-build (1:20160105) UNRELEASED; urgency=medium Thanks to Chris Lamb <lamby@debian.org> for the patch. * Set xorriso's "modification time" to SOURCE_DATE_EPOCH. Closes: #831379 Thanks to Chris Lamb <lamby@debian.org> for the patch. + * Support “lb config --debootstrap-script <script>” to use an alternate + bootstrap script when running debootstrap. Thanks to Sjoerd Simons + <sjoerd@debian.org> for the initial patch. Closes: #790033 [ Kristian Klausen ] * Include ext{3,4} journal size when calculating image size. Closes: #801712 |