Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub-static: ChangeLog grub-static-0.97-r10.ebuild
Date: Thu, 24 Feb 2011 09:25:21
Message-Id: 20110224092511.30CF620054@flycatcher.gentoo.org
1 robbat2 11/02/24 09:25:11
2
3 Modified: ChangeLog grub-static-0.97-r10.ebuild
4 Log:
5 One more bit for hanno. I_KNOW_WHAT_IM_DOING=1 will now enable you to install an unusable grub on amd64 systems without IA32_EMULATION, for specific rescue situations.
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 sys-boot/grub-static/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -p -w -b -B -u -u -r1.29 -r1.30
22 --- ChangeLog 24 Feb 2011 09:22:18 -0000 1.29
23 +++ ChangeLog 24 Feb 2011 09:25:11 -0000 1.30
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-boot/grub-static
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.29 2011/02/24 09:22:18 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.30 2011/02/24 09:25:11 robbat2 Exp $
29 +
30 + 24 Feb 2011; Robin H. Johnson <robbat2@g.o>
31 + grub-static-0.97-r10.ebuild:
32 + One more bit for hanno. I_KNOW_WHAT_IM_DOING=1 will now enable you to install
33 + an unusable grub on amd64 systems without IA32_EMULATION, for specific rescue
34 + situations.
35
36 24 Feb 2011; Robin H. Johnson <robbat2@g.o>
37 grub-static-0.97-r10.ebuild:
38
39
40
41 1.6 sys-boot/grub-static/grub-static-0.97-r10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild?r1=1.5&r2=1.6
46
47 Index: grub-static-0.97-r10.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -p -w -b -B -u -u -r1.5 -r1.6
53 --- grub-static-0.97-r10.ebuild 24 Feb 2011 09:22:18 -0000 1.5
54 +++ grub-static-0.97-r10.ebuild 24 Feb 2011 09:25:11 -0000 1.6
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v 1.5 2011/02/24 09:22:18 robbat2 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r10.ebuild,v 1.6 2011/02/24 09:25:11 robbat2 Exp $
60
61 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
62 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
63 @@ -64,7 +64,9 @@ setup_boot_dir() {
64 local boot_dir=$1
65 local dir=${boot_dir}
66
67 + if [[ -z "${I_KNOW_WHAT_I_AM_DOING}" ]]; then
68 run_test_grub /sbin/grub
69 + fi
70
71 mkdir -p "${dir}"
72 [[ ! -L ${dir}/boot ]] && ln -s . "${dir}/boot"