Magellan Linux

Diff of /tags/grubby-8_32/ChangeLog

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

revision 1730 by niro, Sat Feb 18 00:59:39 2012 UTC revision 1772 by niro, Sat Mar 3 15:26:29 2012 UTC
# Line 1  Line 1 
1    2012-03-03  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1771] VERSION:
4      -version 8.9
5     * [r1770] new-kernel-pkg:
6      Add support to new-kernel-pkg to recognize ARCH == armv5tel
7      needed for
8      Kirkwood based systems.
9    
10  2012-02-18  Niels Rogalla <niro@magellan-linux.de>  2012-02-18  Niels Rogalla <niro@magellan-linux.de>
11    
12     * [r1757] new-kernel-pkg:
13      -let the menuentries match our grub-cosmetic patch
14     * [r1756] new-kernel-pkg:
15      -fix a infinite loop caused by dropping the path prefix of
16      mkinitrd
17     * [r1754] ChangeLog:
18      updated ChangeLog
19     * [r1753] VERSION:
20      -version 8.8_20120218
21     * [r1752] new-kernel-pkg:
22      new-kernel-pkg fails to find U-Boot.
23      
24      new-kernel-pkg fails to find U-Boot if the boot directory is not
25      on a
26      separate partition.
27      
28      This only affects the U-Boot image creation section of the
29      new-kernel-pkg
30      script, for ARM based systems. My initial changes were only
31      tested on
32      specific ARM-OMAP systems that required a specific U-Boot
33      partition.
34      Testing
35      on additional systems (ARM-Tegra) revealed this incorrect
36      assumption.
37      
38      The attached patch includes the following:
39      
40      - Cosmetic: Correction - change uBoot to U-Boot in comments.
41      - Additions:
42      -- Recognize ARCH == armv7hl
43      -- Make U-Boot load/execute address variable (based on machine)
44      -- Bug: Correct invalid assumption that the U-Boot directory
45      would
46      always
47      be on a separate partition.
48     * [r1751] grubby.c:
49      Try to display title when printing information with '--info'
50      
51      Signed-off-by: Cleber Rosa <crosa@redhat.com>
52     * [r1750] grubby.c:
53      Fix endswith() to correctly test its input for validity.
54     * [r1749] installkernel, new-kernel-pkg:
55      Fix hard coded paths so kernel's "make install" will DTRT.
56     * [r1748] grubby.c:
57      Implement support for "default saved" for grub2
58      
59      Signed-off-by: Cleber Rosa <crosa@redhat.com>
60     * [r1747] grubby.c:
61      Include prefix when printing kernel information
62      
63      When running grubby with '--info=', the initrd is displayed with
64      the
65      boot prefix, so, for correctness, also include it in the kernel
66      line.
67      
68      Signed-off-by: Cleber Rosa <crosa@redhat.com>
69     * [r1746] grubby.c:
70      Refactor grub2 title extraction, making it a function
71      
72      '--default-title' now uses that functions, but others such as
73      '--info'
74      could, IMHO, also display the title and thus, use the refactored
75      function.
76      
77      Signed-off-by: Cleber Rosa <crosa@redhat.com>
78     * [r1745] grubby.c:
79      Include a / when one is missing in paths (#769641)
80     * [r1743] ChangeLog:
81      updated ChangeLog
82     * [r1742] VERSION:
83      -version 8.8
84     * [r1741] test.sh:
85      Fix new test case to not care if /boot is a mountpoint...
86     * [r1739] ChangeLog:
87      updated ChangeLog
88     * [r1738] VERSION:
89      -version 8.7
90     * [r1737] test.sh, test/results/debug[ADD],
91      test/results/debug/g2.1[ADD], test/results/debug/g2.1.2[ADD]:
92      Add a test case for --debug.
93      
94      Make sure --debug works as expected in both successful and failed
95      attempts.
96     * [r1736] grubby.8, grubby.c:
97      grubby: Add --debug option to annotate "suitable template"
98      failures
99      
100      Today, when grubby fails with "no suitable template found" the
101      user
102      has no idea why that might be. These can fail for several
103      reasons.
104      So add a --debug option to print out the line in grubby.c where
105      it
106      failed, a text message describing the failure, and a copy of the
107      bootloader entry that failed, to aid investigation.
108      
109      Signed-off-by: Eric Sandeen <sandeen@redhat.com>
110     * [r1734] ChangeLog:
111      updated ChangeLog
112     * [r1733] VERSION:
113      -version 8.6
114     * [r1732] test/results/remove/g2-1.4:
115      Fix another test broken by 4bb88f93e6c7cf432e354a164fce8743794a
116     * [r1730] ChangeLog:
117      updated ChangeLog
118   * [r1729] VERSION:   * [r1729] VERSION:
119    -version 8.5    -version 8.5
120   * [r1728] new-kernel-pkg:   * [r1728] new-kernel-pkg:

Legend:
Removed from v.1730  
changed lines
  Added in v.1772