diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-12-02 22:41:55 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-12-02 23:04:13 +0100 |
commit | f7bb86fd584b0e495ff4c675a60e505af9977036 (patch) | |
tree | e039ddeca7b816933fac33fab3e6c8d160b2561c /debian/changelog | |
parent | 9c974b26bf532ba76f6d66423310f6d95b1ff1f7 (diff) | |
download | vyos-live-build-f7bb86fd584b0e495ff4c675a60e505af9977036.tar.gz vyos-live-build-f7bb86fd584b0e495ff4c675a60e505af9977036.zip |
Clean up grub configuration code
* Use only long kernel names.
* Put advanced options in a submenu.
* Use distro-agnostic labels.
* Don't generate entries with kernel version when we have a single
version.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2c080783b..40d69c8ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,8 @@ live-build (1:20161128) UNRELEASED; urgency=medium * Update the way we generate the version of live-build that is displayed by lb --version. * Instead of renaming kernel for syslinux, create hardlinks. + * Simplify grub configuration code to use only long kernel names. Put + advanced options in a submenu. Use distro-agnostic labels. [ Kristian Klausen ] * Include ext{3,4} journal size when calculating image size. Closes: #801712 |