Magellan Linux

Diff of /tags/grubby-8_40_20170627/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1433 by niro, Tue Jul 19 17:08:17 2011 UTC revision 1712 by niro, Sat Feb 18 00:29:19 2012 UTC
# Line 1  Line 1 
1    2012-02-18  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1711] VERSION:
4      -version 8.3
5     * [r1710] new-kernel-pkg:
6      Fix new-kernel-pkg invocation of grubby for grub (bz 725185)
7      
8      new-kernel-pkg did not specify --grub when it called grubby to
9      update the
10      kernel entry with an initrd. Grubby would then try to probe what
11      to
12      do and
13      would give preference to grub2 and thus leave an incomplete grub
14      entry.
15      
16      new-kernel-pkg did also not specify the grub config file
17      explicitly
18      to
19      grubby as it do for the grub2 config file. That could perhaps in
20      some
21      situations cause grubby to do something else than new-kernel-pkg
22      expected.
23      
24      Now --grub -c $grubConfig is specified explicitly in all cases.
25     * [r1708] ChangeLog:
26      updated ChangeLog
27     * [r1707] VERSION:
28      -version 8.2
29     * [r1706] new-kernel-pkg:
30      Read HYPERVISOR and HYPERVISOR_ARGS from /etc/conf.d/grubby and
31      set
32      mbkernel and mbargs Signed-off-by: W. Michael Petullo
33      <mike@flyn.org>
34     * [r1704] ChangeLog:
35      updated ChangeLog
36     * [r1703] VERSION:
37      -version 8.1
38     * [r1702] new-kernel-pkg:
39      Fix a miss-spelled variable name.
40      
41      "grub2Config", not "grub2Cfg".
42     * [r1700] ChangeLog:
43      updated ChangeLog
44     * [r1699] VERSION:
45      -version 8.0
46     * [r1698] test.sh, test/grub2.1[ADD], test/grub2.2[ADD],
47      test/results/add/g2-1.1[ADD], test/results/add/g2-1.2[ADD],
48      test/results/add/g2-1.3[ADD], test/results/add/g2-1.4[ADD]:
49      Add some limited test cases for grub2.
50     * [r1697] new-kernel-pkg:
51      Update grub2 support to new-kernel-pkg
52      
53      This uses grubby for grub2 on efi and non-efi machines.
54    
55    2012-02-17  Niels Rogalla <niro@magellan-linux.de>
56    
57     * [r1696] grubby.c:
58      Add grub2.cfg support to grubby.
59     * [r1695] Makefile:
60      Add -ggdb
61     * [r1694] Makefile, grubby.c:
62      Tweak some make options.
63      
64      Some functions are only used in dbgPrintf() arguments. As such,
65      errors/warnings on unused functions need to be disabled.
66      
67      Also, use -std=gnu99.
68      
69      Also, add a debug target.
70     * [r1693] grubby.c:
71      Rename entrySeparator to entryStart.
72      
73      Since we're actually using it to detect the start of an entry
74      (and
75      specifically not the end), name this slightly better.
76     * [r1692] grubby.c:
77      Convert configFileInfo structs to C99-style initializers.
78      
79      Get rid of the old initializers where struct names were commends,
80      in
81      favor of C99-style assignment, so new fields can be put at
82      logical
83      places without having to change the whole file.
84     * [r1691] new-kernel-pkg, uboot[ADD]:
85      Add uboot support for ARM (#712199)
86    
87  2011-07-19  Niels Rogalla <niro@magellan-linux.de>  2011-07-19  Niels Rogalla <niro@magellan-linux.de>
88    
89     * [r1433] ChangeLog[ADD]:
90      -added ChangeLog
91   * [r1432] VERSION:   * [r1432] VERSION:
92    -version 7.0.18 - upstream fixed grub2 errors in new-kernel-pkg,    -version 7.0.18 - upstream fixed grub2 errors in new-kernel-pkg,
93    which we already done in our port of 7.0.17. ver up to be in sync    which we already done in our port of 7.0.17. ver up to be in sync

Legend:
Removed from v.1433  
changed lines
  Added in v.1712