[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers for update-grub when installing or removing kernel packages

2023-11-14 Thread Ubuntu Foundations Team Bug Bot
The attachment "use-triggers.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and i

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers for update-grub when installing or removing kernel packages

2023-11-14 Thread Julian Andres Klode
update-initramfs -c call by kernel postinst hook is not covered, but we need to make sure the initramfs is there at kernel configuration point because we need it to be there when updating boot loaders. e.g. if we triggered both in that case, update-grub could run before update-initramfs. if we in

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers for update-grub when installing or removing kernel packages

2023-11-14 Thread Julian Andres Klode
Draft fix for update-grub: https://salsa.debian.org/grub- team/grub/-/merge_requests/46 Still need to take care of grub-install at some point, haven't figured out the best approach there yet. ** Changed in: grub2 (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) ** Changed in

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers for update-grub when installing or removing kernel packages

2023-11-14 Thread Julian Andres Klode
@Andy I'm unassigning you and changing the bug status as the initramfs part has been resolved, update-initramfs does if [ -n "$DPKG_MAINTSCRIPT_PACKAGE" ] && [ $# = 1 ] && [ "$1" = -u ]; then if dpkg-trigger --no-await update-initramfs; then

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers for update-grub when installing or removing kernel packages

2017-07-15 Thread Mathew Hodson
** Changed in: linux (Ubuntu) Milestone: ubuntu-16.10 => None -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers for update

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers for update-grub when installing or removing kernel packages

2016-12-01 Thread Mathew Hodson
** Summary changed: - Please use dpkg-triggers + Please use dpkg-triggers for update-grub when installing or removing kernel packages -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.la

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-09-07 Thread Bug Watch Updater
** Changed in: grub2 (Debian) Status: Unknown => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers Status in

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-09-07 Thread Mathew Hodson
** Bug watch added: Debian Bug tracker #481542 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481542 ** Also affects: grub2 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481542 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-05-13 Thread Martin Pitt
OK, I'll unsubscribe sponsors then. Please re-subscribe once there are updated patches. Thank you! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Pl

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-05-05 Thread Phillip Susi
It seems that there were other changes to grub that require the fix to be adjusted to apply properly, and nobody has done so yet ( I've been rather busy at work and with second child lately, but still hope to update this soon ). -- You received this bug notification because you are a member of Ub

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-05-05 Thread Mörgæs
Why is this change postponed again? Please inform us, is it because of difficult coding or because other bugs take precedence? What is the status of the code contribution in post #5? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscrib

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-04-24 Thread Mathew Hodson
** Changed in: linux (Ubuntu) Milestone: ubuntu-16.03 => ubuntu-16.10 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-03-10 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-16.02 => ubuntu-16.03 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-02-01 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-16.01 => ubuntu-16.02 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-01-19 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.12 => ubuntu-16.01 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2016-01-08 Thread Phillip Susi
FYI this was a fairly straight forward theft of the code from update- initramfs to do the same and I tested by removing several old kernels and seeing that it only ran update-grub once, then installing ( and reinstalling ) a new kernel and seeing that it still ran once. Also manual invocation of u

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-12-10 Thread Mathew Hodson
** Tags added: packaging ** Tags removed: bot-stop-nagging -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers Status in grub2

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-12-09 Thread Phillip Susi
** Patch added: "use-triggers.debdiff" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1250109/+attachment/4532229/+files/use-triggers.debdiff ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to init

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-12-07 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.11 => ubuntu-15.12 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-11-03 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.10 => ubuntu-15.11 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-10-04 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.09 => ubuntu-15.10 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-09-29 Thread Mörgæs
The report is getting somewhat old. Is any work being done in this context? The fix is one of the few that would benefit the entire user group. Would be more than welcome, especially for people using old hardware. -- You received this bug notification because you are a member of Ubuntu Touch see

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-09-01 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.08 => ubuntu-15.09 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-07-08 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.03 => ubuntu-15.08 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-03-02 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.02 => ubuntu-15.03 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers S

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2015-01-21 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: later => ubuntu-15.02 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers Status i

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2014-10-08 Thread Brian Murray
** Changed in: linux (Ubuntu) Milestone: None => later -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1250109 Title: Please use dpkg-triggers Status in “grub2

[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers

2014-10-04 Thread Andy Whitcroft
For clarity, this would be need to be paired grub2 and initramfs-tools triggers, otherwise we really won't reduce the number of updates. Looking at a prototype, likely for V. ** Also affects: grub2 (Ubuntu) Importance: Undecided Status: New ** Changed in: grub2 (Ubuntu) Status: N