Magellan Linux

Contents of /tags/grubby-8_1/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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