Magellan Linux

Contents of /tags/grubby-8_32/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1708 - (show annotations) (download)
Sat Feb 18 00:24:23 2012 UTC (12 years, 2 months ago) by niro
Original Path: trunk/grubby/ChangeLog
File size: 3330 byte(s)
updated ChangeLog
1 2012-02-18 Niels Rogalla <niro@magellan-linux.de>
2
3 * [r1707] VERSION:
4 -version 8.2
5 * [r1706] new-kernel-pkg:
6 Read HYPERVISOR and HYPERVISOR_ARGS from /etc/conf.d/grubby and
7 set
8 mbkernel and mbargs Signed-off-by: W. Michael Petullo
9 <mike@flyn.org>
10 * [r1704] ChangeLog:
11 updated ChangeLog
12 * [r1703] VERSION:
13 -version 8.1
14 * [r1702] new-kernel-pkg:
15 Fix a miss-spelled variable name.
16
17 "grub2Config", not "grub2Cfg".
18 * [r1700] ChangeLog:
19 updated ChangeLog
20 * [r1699] VERSION:
21 -version 8.0
22 * [r1698] test.sh, test/grub2.1[ADD], test/grub2.2[ADD],
23 test/results/add/g2-1.1[ADD], test/results/add/g2-1.2[ADD],
24 test/results/add/g2-1.3[ADD], test/results/add/g2-1.4[ADD]:
25 Add some limited test cases for grub2.
26 * [r1697] new-kernel-pkg:
27 Update grub2 support to new-kernel-pkg
28
29 This uses grubby for grub2 on efi and non-efi machines.
30
31 2012-02-17 Niels Rogalla <niro@magellan-linux.de>
32
33 * [r1696] grubby.c:
34 Add grub2.cfg support to grubby.
35 * [r1695] Makefile:
36 Add -ggdb
37 * [r1694] Makefile, grubby.c:
38 Tweak some make options.
39
40 Some functions are only used in dbgPrintf() arguments. As such,
41 errors/warnings on unused functions need to be disabled.
42
43 Also, use -std=gnu99.
44
45 Also, add a debug target.
46 * [r1693] grubby.c:
47 Rename entrySeparator to entryStart.
48
49 Since we're actually using it to detect the start of an entry
50 (and
51 specifically not the end), name this slightly better.
52 * [r1692] grubby.c:
53 Convert configFileInfo structs to C99-style initializers.
54
55 Get rid of the old initializers where struct names were commends,
56 in
57 favor of C99-style assignment, so new fields can be put at
58 logical
59 places without having to change the whole file.
60 * [r1691] new-kernel-pkg, uboot[ADD]:
61 Add uboot support for ARM (#712199)
62
63 2011-07-19 Niels Rogalla <niro@magellan-linux.de>
64
65 * [r1433] ChangeLog[ADD]:
66 -added ChangeLog
67 * [r1432] VERSION:
68 -version 7.0.18 - upstream fixed grub2 errors in new-kernel-pkg,
69 which we already done in our port of 7.0.17. ver up to be in sync
70 with upstream
71 * [r1431] new-kernel-pkg:
72 -we install grub2 without '2' suffix
73
74 2011-06-03 Niels Rogalla <niro@magellan-linux.de>
75
76 * [r1341] VERSION:
77 -version 7.0.17.1
78 * [r1340] installkernel:
79 -be dracut friendly
80 * [r1339] Makefile:
81 -added installkernel{,.8}
82 * [r1338] installkernel[CPY], installkernel.8[CPY]:
83 -copied from magellan-mkinitrd
84 * [r1336] VERSION:
85 -version 7.0.17
86 * [r1335] Makefile:
87 -adjusted Makefile to use grubby's version file
88 * [r1334] new-kernel-pkg, new-kernel-pkg.8:
89 -be more dracut and plymouth friendly
90 * [r1333] make-tarball.sh[ADD]:
91 -added make-tarball script
92 * [r1332] .[CPY], Makefile[CPY], VERSION[CPY], grubby.8[CPY],
93 grubby.c[CPY], new-kernel-pkg[CPY], new-kernel-pkg.8[CPY],
94 test.sh[CPY], test/elilo.1[CPY], test/elilo.2[CPY],
95 test/results/add/g1.5[CPY], test/results/add/g1.6[CPY],
96 test/results/add/y3.1[CPY], test/results/multiboot/e1.1[CPY],
97 test/results/multiboot/e1.2[CPY],
98 test/results/multiboot/e2.1[CPY],
99 test/results/multiboot/e2.2[CPY],
100 test/results/multiboot/e2.3[CPY], test/results/updargs/g3.7[CPY],
101 test/results/updargs/g7.5[CPY], test/yaboot.1[CPY],
102 test/yaboot.2[CPY], test/yaboot.3[CPY]:
103 -forkin standalone grubby
104