Package: hibernate Version: 1.99-1 Severity: minor /usr/share/hibernate/scriptlets.d/grub contains these two lines:
AddConfigHelp "GrubMenuFile <filename>" "Filename of grub's config file. Default is /boot/grub/grub.conf." ... GRUB_MENU_FILE="/boot/grub/menu.lst" So default is menu.lst while the docs say grub.conf. The later would be wrong anyway, since the new name is grub.cfg (which is already referenced in /etc/hibernate/common.conf) I suggest changing this to: GRUB_MENU_FILE="/boot/grub/menu.lst" AddConfigHelp "GrubMenuFile <filename>" "Filename of grub's config file. Default is ${GRUB_MENU_FILE}." (like already done for GRUB_MENU_DFLT_BACKUP_FILE) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org