Magellan Linux

Diff of /trunk/grubby/ChangeLog

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

revision 1753 by niro, Sat Feb 18 01:05:10 2012 UTC revision 1754 by niro, Sat Feb 18 01:24:08 2012 UTC
# Line 1  Line 1 
1  2012-02-18  Niels Rogalla <niro@magellan-linux.de>  2012-02-18  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1753] VERSION:
4      -version 8.8_20120218
5     * [r1752] new-kernel-pkg:
6      new-kernel-pkg fails to find U-Boot.
7      
8      new-kernel-pkg fails to find U-Boot if the boot directory is not
9      on a
10      separate partition.
11      
12      This only affects the U-Boot image creation section of the
13      new-kernel-pkg
14      script, for ARM based systems. My initial changes were only
15      tested on
16      specific ARM-OMAP systems that required a specific U-Boot
17      partition.
18      Testing
19      on additional systems (ARM-Tegra) revealed this incorrect
20      assumption.
21      
22      The attached patch includes the following:
23      
24      - Cosmetic: Correction - change uBoot to U-Boot in comments.
25      - Additions:
26      -- Recognize ARCH == armv7hl
27      -- Make U-Boot load/execute address variable (based on machine)
28      -- Bug: Correct invalid assumption that the U-Boot directory
29      would
30      always
31      be on a separate partition.
32     * [r1751] grubby.c:
33      Try to display title when printing information with '--info'
34      
35      Signed-off-by: Cleber Rosa <crosa@redhat.com>
36     * [r1750] grubby.c:
37      Fix endswith() to correctly test its input for validity.
38     * [r1749] installkernel, new-kernel-pkg:
39      Fix hard coded paths so kernel's "make install" will DTRT.
40     * [r1748] grubby.c:
41      Implement support for "default saved" for grub2
42      
43      Signed-off-by: Cleber Rosa <crosa@redhat.com>
44     * [r1747] grubby.c:
45      Include prefix when printing kernel information
46      
47      When running grubby with '--info=', the initrd is displayed with
48      the
49      boot prefix, so, for correctness, also include it in the kernel
50      line.
51      
52      Signed-off-by: Cleber Rosa <crosa@redhat.com>
53     * [r1746] grubby.c:
54      Refactor grub2 title extraction, making it a function
55      
56      '--default-title' now uses that functions, but others such as
57      '--info'
58      could, IMHO, also display the title and thus, use the refactored
59      function.
60      
61      Signed-off-by: Cleber Rosa <crosa@redhat.com>
62     * [r1745] grubby.c:
63      Include a / when one is missing in paths (#769641)
64     * [r1743] ChangeLog:
65      updated ChangeLog
66   * [r1742] VERSION:   * [r1742] VERSION:
67    -version 8.8    -version 8.8
68   * [r1741] test.sh:   * [r1741] test.sh:

Legend:
Removed from v.1753  
changed lines
  Added in v.1754