mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-03 07:16:31 +00:00
* grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
to make it work again (oops).
This commit is contained in:
parent
9d4980bc7c
commit
070f908f4a
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
grub2 (1.95+20070514-1) UNRELEASED; urgency=low
|
||||
grub2 (1.95+20070515-1) unstable; urgency=low
|
||||
|
||||
* New CVS snapshot.
|
||||
- Fix assumptions about /, /boot and /boot/grub being the same device.
|
||||
@ -37,6 +37,8 @@ grub2 (1.95+20070514-1) UNRELEASED; urgency=low
|
||||
to avoid duplicated work (this is specialy important for d-i). (part of
|
||||
#423217).
|
||||
* See multiple references above. (Closes: #423217)
|
||||
* grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
|
||||
to make it work again (oops).
|
||||
|
||||
-- Robert Millan <rmh@aybabtu.com> Tue, 15 May 2007 19:56:44 +0200
|
||||
|
||||
|
||||
2
debian/grub-efi.dirs
vendored
2
debian/grub-efi.dirs
vendored
@ -1,4 +1,4 @@
|
||||
boot/grub
|
||||
usr/bin
|
||||
usr/sbin
|
||||
usr/share/bug/grub
|
||||
usr/share/bug/grub-efi
|
||||
|
||||
2
debian/grub-efi.install
vendored
2
debian/grub-efi.install
vendored
@ -1,3 +1,3 @@
|
||||
debian/presubj usr/share/bug/grub
|
||||
debian/presubj usr/share/bug/grub-efi
|
||||
debian/default etc
|
||||
build/unifont.pff boot/grub
|
||||
|
||||
2
debian/grub-of.dirs
vendored
2
debian/grub-of.dirs
vendored
@ -1,4 +1,4 @@
|
||||
boot/grub
|
||||
usr/bin
|
||||
usr/sbin
|
||||
usr/share/bug/grub
|
||||
usr/share/bug/grub-of
|
||||
|
||||
2
debian/grub-of.install
vendored
2
debian/grub-of.install
vendored
@ -1,3 +1,3 @@
|
||||
debian/presubj usr/share/bug/grub
|
||||
debian/presubj usr/share/bug/grub-of
|
||||
debian/default etc
|
||||
build/unifont.pff boot/grub
|
||||
|
||||
2
debian/grub-pc.dirs
vendored
2
debian/grub-pc.dirs
vendored
@ -1,5 +1,5 @@
|
||||
boot/grub
|
||||
usr/bin
|
||||
usr/sbin
|
||||
usr/share/bug/grub
|
||||
usr/share/bug/grub-pc
|
||||
usr/lib/grub-legacy
|
||||
|
||||
2
debian/grub-pc.install
vendored
2
debian/grub-pc.install
vendored
@ -1,4 +1,4 @@
|
||||
debian/presubj usr/share/bug/grub
|
||||
debian/presubj usr/share/bug/grub-pc
|
||||
debian/default etc
|
||||
build/unifont.pff boot/grub
|
||||
debian/legacy/update-grub usr/lib/grub-legacy
|
||||
|
||||
Loading…
Reference in New Issue
Block a user