]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/SuSE10.2/grub-linux-setup-fix
Anpassung der Pfadangaben für GRUB.
[people/pmueller/ipfire-2.x.git] / src / patches / SuSE10.2 / grub-linux-setup-fix
1 --- grub-0.95/stage2/builtins.c.orig 2004-05-14 21:30:52.000000000 +0200
2 +++ grub-0.95/stage2/builtins.c 2005-03-02 17:01:27.568051824 +0100
3 @@ -3884,6 +3884,9 @@
4 }
5 }
6
7 + /* force buffer cache invalidation after embedding */
8 + buf_drive = -1;
9 +
10 /* Construct a string that is used by the command "install" as its
11 arguments. */
12 sprint_device (installed_drive, installed_partition);