File: NEWS

package info (click to toggle)
grub 0.97-27etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,576 kB
  • ctags: 8,866
  • sloc: ansic: 38,787; sh: 5,559; asm: 2,014; makefile: 652; perl: 338
file content (24 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
grub (0.97-16) unstable; urgency=low

  grub-install and update-grub has changed location.
  
  There's a wrapper available in /sbin to keep backward compatibility but
  it'll be removed once Etch is release as stable. You _must_ edit your
  /etc/kernel-img.conf and change the paths to /usr/sbin/update-grub. 
  For example:

  ,----[ /etc/kernel-img.conf ]
  | ...
  | postinst_hook = /sbin/update-grub
  | postrm_hook   = /sbin/update-grub
  `----

  Should be change to:
  
  ,----[ /etc/kernel-img.conf ]
  | ...
  | postinst_hook = /usr/sbin/update-grub
  | postrm_hook   = /usr/sbin/update-grub
  `----

 -- Otavio Salvador <otavio@debian.org>  Thu, 14 Sep 2006 23:25:36 -0300