Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/grub/0.97: 840_all_grub-0.97_kvm_vda.patch ChangeLog README-DEBIAN-PATCHES
Date: Fri, 25 Jun 2010 04:03:46
Message-Id: 20100625040341.E651B2CF55@corvid.gentoo.org
1 robbat2 10/06/25 04:03:41
2
3 Modified: ChangeLog README-DEBIAN-PATCHES
4 Added: 840_all_grub-0.97_kvm_vda.patch
5 Log:
6 Bug #259613: support KVM vda devices.
7
8 Revision Changes Path
9 1.5 src/patchsets/grub/0.97/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/grub/0.97/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/grub/0.97/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/grub/0.97/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/grub/0.97/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -p -w -b -B -u -u -r1.4 -r1.5
21 --- ChangeLog 2 Jan 2009 01:46:35 -0000 1.4
22 +++ ChangeLog 25 Jun 2010 04:03:41 -0000 1.5
23 @@ -1,6 +1,10 @@
24 # ChangeLog for grub patchset
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo/src/patchsets/grub/0.97/ChangeLog,v 1.4 2009/01/02 01:46:35 robbat2 Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo/src/patchsets/grub/0.97/ChangeLog,v 1.5 2010/06/25 04:03:41 robbat2 Exp $
29 +
30 + 25 Jun 2010; Robin H. Johnson <robbat2@g.o>
31 + +840_all_grub-0.97_kvm_vda.patch, README-DEBIAN-PATCHES:
32 + Bug #259613: support KVM vda devices.
33
34 02 Jan 2009; Robin H. Johnson <robbat2@g.o>
35 +850_all_grub-0.97_ext4.patch:
36
37
38
39 1.4 src/patchsets/grub/0.97/README-DEBIAN-PATCHES
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/grub/0.97/README-DEBIAN-PATCHES?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/grub/0.97/README-DEBIAN-PATCHES?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/grub/0.97/README-DEBIAN-PATCHES?r1=1.3&r2=1.4
44
45 Index: README-DEBIAN-PATCHES
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo/src/patchsets/grub/0.97/README-DEBIAN-PATCHES,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -p -w -b -B -u -u -r1.3 -r1.4
51 --- README-DEBIAN-PATCHES 5 Nov 2008 22:27:53 -0000 1.3
52 +++ README-DEBIAN-PATCHES 25 Jun 2010 04:03:41 -0000 1.4
53 @@ -2,7 +2,10 @@ Several of the patches here have been bo
54 Signed-off-by: Robin H. Johnson <robbat2@g.o>
55
56 Date: Wed, 05 Nov 2008 22:15:15 +0000
57 -Based-on: Debian patchset 0.97-47
58 +Based-on: Debian patchset 0.97-61
59 +
60 +Included as of Gentoo 0.97-r9:
61 +------------------------------
62
63 Included as of Gentoo 0.97-r7:
64 ------------------------------
65
66
67
68 1.1 src/patchsets/grub/0.97/840_all_grub-0.97_kvm_vda.patch
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/grub/0.97/840_all_grub-0.97_kvm_vda.patch?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/grub/0.97/840_all_grub-0.97_kvm_vda.patch?rev=1.1&content-type=text/plain
72
73 Index: 840_all_grub-0.97_kvm_vda.patch
74 ===================================================================
75
76 X-Gentoo-Bug: 259613
77 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=259613
78 X-Redhat-Bug: 479760
79 X-Redhat-Bug-URL: https://bugzilla.redhat.com/show_bug.cgi?id=479760
80 Patch: https://bugzilla.redhat.com/attachment.cgi?id=328792
81
82 diff -ur grub-0.97.orig/util/grub-install.in grub-0.97/util/grub-install.in
83 --- grub-0.97.orig/util/grub-install.in 2009-01-12 21:47:56.000000000 -0500
84 +++ grub-0.97/util/grub-install.in 2009-01-12 21:48:16.000000000 -0500
85 @@ -102,7 +102,7 @@
86 linux*)
87 tmp_disk=`echo "$1" | grep -v '/mapper/control$' |
88 grep -v '/mapper/[[:alnum:]]\+-[[:alnum:]]\+$' | uniq |
89 - sed -e 's%\([sh]d[a-z]\)[0-9]*$%\1%' \
90 + sed -e 's%\([shv]d[a-z]\)[0-9]*$%\1%' \
91 -e 's%\(d[0-9]*\)p[0-9]*$%\1%' \
92 -e 's%\(fd[0-9]*\)$%\1%' \
93 -e 's%/part[0-9]*$%/disc%' \
94 @@ -112,7 +112,7 @@
95 -e 's%\(/mapper/[[:alpha:]]\+_[[:alpha:]]\+\)[[:digit:]]\+$%\1%'`
96 tmp_part=`echo "$1" | grep -v '/mapper/control$' |
97 grep -v '/mapper/[[:alnum:]]\+-[[:alnum:]]\+$' | uniq |
98 - sed -e 's%.*/[sh]d[a-z]\([0-9]*\)$%\1%' \
99 + sed -e 's%.*/[shv]d[a-z]\([0-9]*\)$%\1%' \
100 -e 's%.*d[0-9]*p%%' \
101 -e 's%.*/fd[0-9]*$%%' \
102 -e 's%.*/floppy/[0-9]*$%%' \