mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-09 16:02:31 +00:00
Adjust apport hook to attach /boot/grub/device.map if it exists.
This commit is contained in:
parent
15b4d74a46
commit
2f2dea1483
1
debian/apport/source_grub2.py
vendored
1
debian/apport/source_grub2.py
vendored
@ -36,6 +36,7 @@ def add_info(report):
|
|||||||
# To detect if root fs is a loop device
|
# To detect if root fs is a loop device
|
||||||
attach_file(report, '/proc/cmdline','ProcCmdLine')
|
attach_file(report, '/proc/cmdline','ProcCmdLine')
|
||||||
_attach_file_filtered(report, '/etc/default/grub','EtcDefaultGrub')
|
_attach_file_filtered(report, '/etc/default/grub','EtcDefaultGrub')
|
||||||
|
attach_file_if_exists(report, '/boot/grub/device.map', 'DeviceMap')
|
||||||
|
|
||||||
invalid_grub_script = []
|
invalid_grub_script = []
|
||||||
if not check_shell_syntax('/etc/default/grub'):
|
if not check_shell_syntax('/etc/default/grub'):
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
grub2 (1.99-9) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Adjust apport hook to attach /boot/grub/device.map if it exists.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@debian.org> Wed, 22 Jun 2011 16:55:06 +0100
|
||||||
|
|
||||||
grub2 (1.99-8) unstable; urgency=low
|
grub2 (1.99-8) unstable; urgency=low
|
||||||
|
|
||||||
[ Robert Millan ]
|
[ Robert Millan ]
|
||||||
|
Loading…
Reference in New Issue
Block a user