Magellan Linux

Diff of /tags/grubby-8_40_20170627/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 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:
67      -version 8.8
68     * [r1741] test.sh:
69      Fix new test case to not care if /boot is a mountpoint...
70     * [r1739] ChangeLog:
71      updated ChangeLog
72     * [r1738] VERSION:
73      -version 8.7
74     * [r1737] test.sh, test/results/debug[ADD],
75      test/results/debug/g2.1[ADD], test/results/debug/g2.1.2[ADD]:
76      Add a test case for --debug.
77      
78      Make sure --debug works as expected in both successful and failed
79      attempts.
80     * [r1736] grubby.8, grubby.c:
81      grubby: Add --debug option to annotate "suitable template"
82      failures
83      
84      Today, when grubby fails with "no suitable template found" the
85      user
86      has no idea why that might be. These can fail for several
87      reasons.
88      So add a --debug option to print out the line in grubby.c where
89      it
90      failed, a text message describing the failure, and a copy of the
91      bootloader entry that failed, to aid investigation.
92      
93      Signed-off-by: Eric Sandeen <sandeen@redhat.com>
94     * [r1734] ChangeLog:
95      updated ChangeLog
96     * [r1733] VERSION:
97      -version 8.6
98     * [r1732] test/results/remove/g2-1.4:
99      Fix another test broken by 4bb88f93e6c7cf432e354a164fce8743794a
100     * [r1730] ChangeLog:
101      updated ChangeLog
102   * [r1729] VERSION:   * [r1729] VERSION:
103    -version 8.5    -version 8.5
104   * [r1728] new-kernel-pkg:   * [r1728] new-kernel-pkg:

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