Magellan Linux

Diff of /tags/grubby-8_32/ChangeLog

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

revision 1739 by niro, Sat Feb 18 01:03:32 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:   * [r1738] VERSION:
89    -version 8.7    -version 8.7
90   * [r1737] test.sh, test/results/debug[ADD],   * [r1737] test.sh, test/results/debug[ADD],

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