Magellan Linux

Diff of /trunk/grubby/ChangeLog

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

revision 1743 by niro, Sat Feb 18 01:05:10 2012 UTC revision 3046 by niro, Thu Jul 6 12:20:11 2017 UTC
# Line 1  Line 1 
1    2017-07-06  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r3045] new-kernel-pkg:
4      -fixed typos
5    
6    2017-06-27  Niels Rogalla <niro@magellan-linux.de>
7    
8     * [r3033] make-tarball.sh:
9      -updated make-tarball.sh
10     * [r3031] grubby.c:
11      Fix setDefaultImage for s390/s390x (#1285601)
12     * [r3030] test.sh, test/results/default/z2.1[ADD]:
13      Add s390/s390x set-default-index test (#1285601)
14     * [r3029] grubby.c:
15      Fix --info for s390x/s390 (#1285601)
16     * [r3028] test.sh, test/results/info/z2.1[ADD], test/zipl.2[ADD]:
17      Add s390/s390x --info test (#1285601)
18     * [r3027] grubby.c:
19      Fix initial saved_entry read issue (#1285601)
20     * [r3026] grubby.c:
21      Initialize variable for ppc environment (#1285601)
22     * [r3025] grubby.c:
23      Write correct default to environment (#1285601)
24     * [r3024] grubby.c:
25      Fix findTemplate index logic (#1285601)
26     * [r3023] test.sh, test/grub2-support_files/grubenv.4[ADD],
27      test/grub2.19[ADD], test/results/remove/g2.19[ADD]:
28      Add multi-entry removal test (#1285601)
29     * [r3022] grubby.8:
30      Clarify --set-default-index in the man page.
31     * [r3021] grubby.c:
32      Don't assume --make-default just because --set-index was passed.
33     * [r3020] test/results/add/g1.17, test/results/add/g1.9,
34      test/results/remove/g7.1:
35      Fix some test cases where the resulting default index is wrong
36     * [r3019] grubby.c:
37      Track configuration modifications
38     * [r3018] grubby.c:
39      Add index constant definitions instead of open-coded values.
40     * [r3017] grubby.c:
41      Rename setDefaultImage variables
42     * [r3016] grubby.8:
43      Minor man page changes (#1232168)
44     * [r3015] grubby.8:
45      More edits for grubby.8 (#1232168)
46     * [r3014] grubby.c:
47      Fix inline help typo (#1232168)
48     * [r3013] grubby.8:
49      Update grubby man page contents (#bz1232168)
50     * [r3012] grubby.8:
51      Reorganize grubby man page (#1232168)
52     * [r3011] new-kernel-pkg:
53      Change debug entry insertion order (rhbz#1285601)
54     * [r3010] grubby.c:
55      Ensure command line updates also honor --set-index
56     * [r3009] test.sh, test/grub2-support_files/grubenv.3[ADD],
57      test/grub2.18[ADD], test/results/add/g2-1.18[ADD]:
58      Add a test case for a failure rmarshall saw in --set-index=
59     * [r3008] grubby.8:
60      Fix thinko on --set-index naming.
61     * [r3007] grubby.8, grubby.c, test.sh, test/grub.15[ADD],
62      test/results/add/g1.10[ADD], test/results/add/g1.17[ADD],
63      test/results/add/g1.8[ADD], test/results/add/g1.9[ADD]:
64      grubby: add --set-index to specify which position to add new
65      entries as
66     * [r3006] new-kernel-pkg:
67      Always do the "rungrubby --debug" after the normal kernel on
68      install.
69     * [r3005] new-kernel-pkg:
70      Add missing space
71     * [r3004] new-kernel-pkg:
72      Fix dracut cmdline options and conditionalize them to
73      --add-dracut-args
74     * [r3003] grubby.c, test.sh, test/grub2.16[ADD],
75      test/results/add/g2-1.16[ADD]:
76      Make SET_VARIABLE get handled individually in GetNextLine()
77     * [r3002] grubby.c:
78      Lindent, dammit.
79    
80    2016-06-30  Niels Rogalla <niro@magellan-linux.de>
81    
82     * [r2997] Makefile:
83      Make it possible to run "test.sh --verbose" from the make command
84      line.
85     * [r2996] new-kernel-pkg:
86      ppc64le sync grub.cfg changes to disk (#1212114)
87     * [r2995] grubby.c:
88      Don't leak from one extractTitle() call.
89     * [r2994] test.sh, test/results/defaultkernel/g.2[ADD]:
90      Make the grub1 defaultkernel test more reliable.
91     * [r2993] new-kernel-pkg:
92      Emit better systemd debug settings on debug entries.
93     * [r2992] grubby.c, test.sh, test/results/defaultkernel[ADD],
94      test/results/defaultkernel/g.1[ADD],
95      test/results/defaultkernel/l1.1[ADD],
96      test/results/defaultkernel/z.1[ADD],
97      test/results/defaulttitle/z.1[ADD]:
98      Add a bunch of tests for various --default-{kernel,title,index}.
99     * [r2991] grubby.c:
100      Drop SEGV handler
101     * [r2990] new-kernel-pkg:
102      Don't put spaces in debug entries on zipl platforms.
103     * [r2989] grubby.c:
104      grubby: properly handle mixed ' and " and nested quotes
105     * [r2988] README.rst:
106      Fix some stray whitespace
107     * [r2987] README.rst[ADD]:
108      add README with description of the test suite
109     * [r2986] grubby.c:
110      Set envFile from --env when bootloader is not specified
111     * [r2984] VERSION:
112      Bump version to 8.40
113     * [r2983] grubby.c:
114      grub2ExtractTitle and extractTitle don't do the same thing.
115     * [r2981] VERSION:
116      Bump version to 8.39
117     * [r2980] grubby.c, test.sh, test/grub.14[ADD],
118      test/results/add/g1.7[ADD]:
119      Make the cases for 0cb78dab /actually work/, not just not crash.
120     * [r2978] VERSION:
121      Bump version to 8.38
122     * [r2977] grubby.c:
123      Strdup the right place in title extraction.
124     * [r2975] VERSION:
125      Bump version to 8.37
126     * [r2974] test.sh, test/grub2.15, test/results/add/g2-1.14,
127      test/results/add/g2-1.15:
128      Actually get the test from a7800d8f right.
129     * [r2973] new-kernel-pkg, uboot:
130      cleanup dtb handling to work in the supported usecases
131     * [r2972] grubby.c, new-kernel-pkg, test.sh, test/extlinux.6[ADD],
132      test/results/add/extlinux6.1[ADD]:
133      add support for devicetree directories for use on arm
134     * [r2971] grubby.c, new-kernel-pkg, test.sh, test/extlinux.5[ADD],
135      test/results/add/extlinux5.1[ADD]:
136      Add --devtree support to extlinux (#1088933)
137     * [r2969] VERSION:
138      Bump version to 8.36
139     * [r2968] test.sh, test/grub2.15[ADD], test/results/add/g2-1.14,
140      test/results/add/g2-1.15[ADD]:
141      Split the test case for rescue images into tests with and without
142      linux16.
143    
144    2016-06-29  Niels Rogalla <niro@magellan-linux.de>
145    
146     * [r2967] grubby.8:
147      Update man page to include default config file for s390x
148      bootloader.
149     * [r2966] grubby.8:
150      Update grubby man page for Power8 PPC64LE
151     * [r2965] installkernel, new-kernel-pkg:
152      Fix ppc kernelName when invoked by installkernel.
153     * [r2964] new-kernel-pkg:
154      Treat kernel and kernel-core as identical in terms of
155      --make-default
156     * [r2963] grubby.c:
157      Get the error checking on getLineByType() return /right/.
158     * [r2962] grubby.c:
159      Always error check getLineByType()
160     * [r2961] new-kernel-pkg:
161      Conditionally create debug entries when installing kernels.
162     * [r2960] grubby.c:
163      Support filtering --update-kernel= by title as well.
164     * [r2959] grubby.c:
165      Make findTemplate actually return the saved default.
166     * [r2958] grubby.8:
167      Tell a slightly better fib about default bootloader config paths.
168     * [r2957] grubby.c:
169      grubby: fix initrd updating when multiboot exist
170    
171    2014-07-16  Niels Rogalla <niro@magellan-linux.de>
172    
173     * [r2718] grubby.c:
174      Don't go past the last element of indexVars in findEntryByPath
175     * [r2716] ChangeLog:
176      -updated ChangeLog
177     * [r2715] VERSION:
178      Bump version to 8.35
179     * [r2714] test.sh:
180      Fix a wrong test case (lacked --boot-filesystem=)
181     * [r2712] ChangeLog:
182      -updated ChangeLog
183     * [r2711] VERSION:
184      Bump version to 8.34
185     * [r2710] test/grub2.14[ADD], test/results/add/g2-1.14[ADD]:
186      -add missing files of previous patch
187     * [r2709] grubby.c, test.sh:
188      Strip the LT_END line from a new stanza before adding "missing"
189      parts.
190     * [r2708] grubby.c:
191      Include multiboot module parameters in --info (#997934)
192     * [r2706] ChangeLog:
193      -updated ChangeLog
194     * [r2705] VERSION:
195      Bump version to 8.33
196     * [r2704] new-kernel-pkg:
197      Actually do a fix for rhbz#1082318 that fixes the issue there.
198     * [r2702] ChangeLog:
199      -updated ChangeLog
200     * [r2701] VERSION:
201      Bump version to 8.32
202     * [r2700] grubby.c:
203      Previous ARM 64-bit test had the wrong compiler define for
204      aarch64.
205     * [r2699] new-kernel-pkg:
206      Fix bad check for new-kernel-pkg's command line arguments.
207     * [r2697] ChangeLog:
208      -updated ChangeLog
209     * [r2696] VERSION:
210      Bump release to 8.31
211     * [r2695] test.sh:
212      grub: Remove a redundant test
213     * [r2694] grubby.c:
214      grub: Fix a crash with kernel line without being preceded by
215      title
216     * [r2693] test.sh, test/extlinux.1[ADD], test/extlinux.2[ADD],
217      test/extlinux.3[ADD], test/extlinux.4[ADD],
218      test/results/add/extlinux1.1[ADD],
219      test/results/add/extlinux1.2[ADD],
220      test/results/add/extlinux1.3[ADD],
221      test/results/add/extlinux1.4[ADD],
222      test/results/add/extlinux2.1[ADD],
223      test/results/args/extlinux1.1[ADD],
224      test/results/args/extlinux1.2[ADD],
225      test/results/default/extlinux1.1[ADD],
226      test/results/default/extlinux1.2[ADD],
227      test/results/default/extlinux3.1[ADD],
228      test/results/default/extlinux3.2[ADD],
229      test/results/remove/extlinux3.1[ADD],
230      test/results/remove/extlinux4.1[ADD],
231      test/results/updargs/extlinux1.1[ADD],
232      test/results/updargs/extlinux1.2[ADD],
233      test/results/updargs/extlinux3.1[ADD],
234      test/results/updargs/extlinux3.2[ADD],
235      test/results/updargs/extlinux3.4[ADD],
236      test/results/updargs/extlinux3.7[ADD],
237      test/results/updargs/extlinux4.2[ADD],
238      test/results/updargs/extlinux4.3[ADD],
239      test/results/updargs/extlinux4.4[ADD],
240      test/results/updargs/extlinux4.5[ADD]:
241      extlinux: Add test suite
242     * [r2692] grubby.c:
243      extlinux: Understand "default" properly
244     * [r2690] ChangeLog:
245      -updated ChangeLog
246     * [r2689] VERSION:
247      Bump version to 8.30
248     * [r2688] grubby.c:
249      Always choose linux/initrd on efi-only platforms.
250     * [r2687] grubby.c, test.sh:
251      Avoid LT_LINUX_EFI/LT_INITRD_EFI on Aarch64.
252     * [r2686] new-kernel-pkg:
253      Actually /USE/ in new-kernel-pkg.
254     * [r2685] grubby.8, grubby.c, new-kernel-pkg, new-kernel-pkg.8,
255      test.sh, test/grub2.12[ADD], test/grub2.13[ADD],
256      test/results/add/g2-1.12[ADD], test/results/add/g2-1.13[ADD]:
257      Support "devicetree" directive in grub2.
258     * [r2684] new-kernel-pkg:
259      If we're on a zipl-based platform, use --banner passed to us
260      (sanitized.)
261     * [r2683] grubby.c, test.sh, test/grub2.10[ADD],
262      test/grub2.11[ADD], test/results/add/g2-1.10[ADD],
263      test/results/add/g2-1.11[ADD]:
264      Honor "linux16" and "initrd16"
265     * [r2682] grubby.c:
266      -grub2 -> grub fixes
267     * [r2681] new-kernel-pkg:
268      -honor all /etc/os-release files
269    
270    2013-10-21  Niels Rogalla <niro@magellan-linux.de>
271    
272     * [r2266] ChangeLog:
273      -updated ChangeLog
274     * [r2265] VERSION:
275      Bump version to 8.29
276     * [r2264] Makefile:
277      Use during make install.
278     * [r2263] grubby.c, new-kernel-pkg:
279      If we're using multiboot, add a new mbmodule not an initramfs
280      (#999908)
281     * [r2262] grubby.c:
282      Add support for SUSE grub2 configuration files
283     * [r2261] Makefile:
284      Only set RPM_OPT_FLAGS if undefined.
285     * [r2260] VERSION:
286      Bump version to 8.28
287     * [r2259] new-kernel-pkg:
288      update extlinux.conf on arm arches if it exists
289     * [r2258] grubby.c:
290      Handle numeric indices in grub2's saved environment.
291     * [r2257] grubby.c, test.sh, test/grub2.9[ADD],
292      test/results/add/g2-1.9[ADD]:
293      Attempt to compensate for shell quoting in grub names.
294     * [r2256] test/grub2-support_files/grubenv.1,
295      test/grub2-support_files/grubenv.2:
296      Fix bad grubenv file.
297     * [r2255] grubby.c, test.sh:
298      If we're using default=saved_entry, and there's nothing saved,
299      it's #0.
300     * [r2254] test.sh:
301      Only run the grub2 test suite on architectures where it's
302      meaningful.
303     * [r2253] VERSION:
304      Bump version to 8.27
305     * [r2252] grubby.c, test.sh, test/grub2-support_files[ADD],
306      test/grub2-support_files/.gitignore[ADD],
307      test/grub2-support_files/grubenv.0[ADD],
308      test/grub2-support_files/grubenv.1[ADD],
309      test/grub2-support_files/grubenv.2[ADD], test/grub2.7[ADD],
310      test/grub2.8[ADD], test/results/add/g2-1.8[ADD],
311      test/results/debug/g2.1, test/results/defaultindex/1[ADD]:
312      Make grub2's "set default=${saved_entry}" work better (#808021)
313     * [r2251] TODO[ADD]:
314      Add a TODO for a path to modernizing much of grubby's codebase.
315     * [r2250] grubby.c:
316      Don't continue executing after printing the default index.
317     * [r2249] VERSION:
318      Bump version to 8.26
319     * [r2248] new-kernel-pkg:
320      Conditionally call arm-boot-config's boot.scr generator if
321      available (#952428)
322     * [r2247] VERSION:
323      Bump version to 8.25
324     * [r2246] grubby.c:
325      Error instead of segfaulting if we can't find any working config
326      (#912873)
327     * [r2245] VERSION:
328      Bump version to 8.24
329     * [r2244] new-kernel-pkg:
330      Clean up Harald's untested code. (#923441)
331     * [r2243] VERSION:
332      Bump version to 8.23
333     * [r2242] new-kernel-pkg:
334      new-kernel-pkg: do not remove modules.* files not generated by
335      depmod
336     * [r2241] new-kernel-pkg:
337      new-kernel-pkg: factor out $kernelImage
338     * [r2240] new-kernel-pkg:
339      new-kernel-pkg: simplify argument parsing
340     * [r2239] new-kernel-pkg:
341      new-kernel-pkg: factor out $title generation
342     * [r2238] new-kernel-pkg:
343      Suppress error message in case of an empty /etc/fstab
344     * [r2237] new-kernel-pkg:
345      Fix empty root device in case of an empty /etc/fstab
346     * [r2236] Makefile, grubby.c, log.c[ADD], log.h[ADD],
347      test/results/debug/g2.1:
348      Add logging when things fail.
349     * [r2235] VERSION:
350      Bump version to 8.22
351     * [r2234] test.sh, test/grub.14[DEL], test/grub.15[DEL],
352      test/results/add/g1.7[DEL], test/results/add/g1.8[DEL]:
353      Revert "Add test case for rhbz#742885"
354    
355    2013-02-20  Niels Rogalla <niro@magellan-linux.de>
356    
357     * [r2061] ChangeLog:
358      Updated ChangeLog
359     * [r2060] VERSION:
360      Bump version to 8.21
361     * [r2059] new-kernel-pkg:
362      Use systemd vconsole.conf and locale.conf if present (#881908)
363     * [r2058] grubby.c:
364      Spelling fixes.
365     * [r2057] test.sh, test/grub.14[ADD], test/grub.15[ADD],
366      test/results/add/g1.7[ADD], test/results/add/g1.8[ADD]:
367      Add test case for rhbz#742885
368     * [r2056] grubby.c:
369      Deal with case-insensitive extlinux config file
370     * [r2054] ChangeLog:
371      -updated ChangeLog
372     * [r2053] VERSION:
373      Bump version to 8.20
374     * [r2052] grubby.c:
375      Fix removals and initrd additions for LT_KERNEL_EFI type entries.
376     * [r2051] new-kernel-pkg:
377      [new-kernel-pkg] pass --efi for removal and adding initramfs
378      images.
379    
380    2012-10-01  Niels Rogalla <niro@magellan-linux.de>
381    
382     * [r1943] ChangeLog:
383      -updated ChangeLog
384     * [r1941] VERSION:
385      Bump version to 8.19
386     * [r1940] grubby.c, new-kernel-pkg, test.sh, test/grub2.6[ADD],
387      test/results/add/g2-1.6[ADD], test/results/add/g2-1.7[ADD]:
388      Don't accidentally migrate from linuxefi back to linux (#859285)
389     * [r1938] VERSION:
390      Bump version to 8.18
391     * [r1937] new-kernel-pkg:
392      Change the way the kernel load address is determined for ARM
393      U-Boot.
394     * [r1935] VERSION:
395      Bump version to 8.17
396     * [r1934] grubby.c:
397      Fix broken alloca()/free() pair.
398     * [r1932] VERSION:
399      Bump version to 8.16
400     * [r1931] grubby.c:
401      Handle linuxefi and initrdefi lines correctly in grub2.
402    
403    2012-07-02  Niels Rogalla <niro@magellan-linux.de>
404    
405     * [r1870] ChangeLog:
406      -updated ChangeLog
407     * [r1869] Makefile:
408      -make sbindir variable and prepare grubby for usr-move
409     * [r1868] grubby.c:
410      Fix minor memory leak introduced by previous fix.
411     * [r1867] VERSION:
412      Update to 8.15
413     * [r1866] grubby.c:
414      Revert "Avoid string duplication calling dirname()"
415     * [r1865] VERSION:
416      Bump version to 8.14
417     * [r1864] Makefile, grubby.c:
418      Fix uninitialized variable error.
419     * [r1863] VERSION:
420      Since we've had a lot of changes, bump version to 8.13
421     * [r1862] grubby.8:
422      grubby.8: fixes for the grubby man page
423     * [r1861] test.sh, test/grub.12[ADD],
424      test/grub.12-support_files[ADD],
425      test/grub.12-support_files/boot[ADD],
426      test/grub.12-support_files/boot/grub[ADD],
427      test/grub.12-support_files/boot/grub/device.map[ADD],
428      test/grub.12-support_files/etc[ADD],
429      test/grub.12-support_files/etc/SuSE-release[ADD],
430      test/grub.12-support_files/etc/grub.conf[ADD],
431      test/results/info[ADD], test/results/info/g12.1[ADD]:
432      Fix for grub on SuSE systems: test lba and boot info
433     * [r1860] test/grub.13[ADD], test/results/setdefaultindex[ADD],
434      test/results/setdefaultindex/g.13.0[ADD],
435      test/results/setdefaultindex/g.13.1[ADD],
436      test/results/setdefaultindex/g.13.9[ADD],
437      test/results/setdefaultindex/g2.1.0[ADD],
438      test/results/setdefaultindex/g2.1.1[ADD],
439      test/results/setdefaultindex/g2.1.9[ADD]:
440      Add tests for --set-default-index feature
441     * [r1859] grubby.8, grubby.c:
442      Add --set-default-index feature
443     * [r1858] test.sh:
444      1 isn't a great value for MALLOC_PERTURB_ - use 5265.
445     * [r1857] test.sh:
446      test.sh: enable the use of MALLOC_PERTURB_
447     * [r1856] test.sh:
448      test.sh: revert bash 4 only syntax change
449     * [r1855] grubby.c:
450      Fix minor style issue.
451     * [r1854] grubby.c:
452      ia64/elilo: add support for probing the currently installed
453      bootloader
454     * [r1853] grubby.c:
455      ppc64/yaboot: add support for probing the currently installed
456      bootloader
457     * [r1852] grubby.c:
458      Fix grub detection on SuSE systems: config file order
459     * [r1851] grubby.c:
460      Invert "isSuseSystem()" test so the suse code is nearer the test.
461     * [r1850] grubby.c:
462      Fix for grub on SuSE systems: lba and boot information
463     * [r1849] grubby.c:
464      Support systems that do not have /boot as a separate filesystem
465     * [r1848] new-kernel-pkg:
466      Update the code to set the ubootAddress.
467     * [r1847] new-kernel-pkg, uboot:
468      Update the ubootDir default.
469     * [r1846] grubby.c:
470      Convert to c99 loop initializations.
471     * [r1845] grubby.c:
472      Avoid string duplication calling dirname()
473     * [r1844] grubby.c:
474      Add "const" specifier to function arguments
475     * [r1843] new-kernel-pkg, uboot:
476      Support UBOOT_IMGADDR override
477     * [r1842] VERSION:
478      Update version to 8.12
479     * [r1841] grubby.c:
480      Pick the last / device (#826537)
481     * [r1840] grubby.c, test/grub2.2, test/results/add/g2-1.4:
482      Preserve "trailing indentation" when splitting line elements
483      (#742720)
484     * [r1839] VERSION:
485      Update version to 8.11
486     * [r1838] test/grub2.5[ADD], test/results/add/g2-1.5[ADD]:
487      Fix failures with grub 2.00~beta2 and 8.10, and add a test case.
488     * [r1837] grubby.c, test.sh:
489      Fix failures with grub 2.00~beta2 and 8.10, and add a test case.
490    
491    2012-04-16  Niels Rogalla <niro@magellan-linux.de>
492    
493     * [r1805] ChangeLog:
494      updated ChangeLog
495     * [r1804] VERSION:
496      version 8.10
497     * [r1803] new-kernel-pkg:
498      Explicitly check for Grub2 on ppc
499     * [r1802] grubby.c:
500      Try to find grub2 config first
501     * [r1801] grubby.c, test.sh, test/grub2.3[ADD], test/grub2.4[ADD],
502      test/results/debug/g2.1, test/results/remove/g2-1.1[ADD],
503      test/results/remove/g2-1.2[ADD]:
504      Make --remove-kenrel support titles in grub2 (and other fixes)
505     * [r1800] grubby.c:
506      Use "isquote" where appropriate.
507    
508    2012-03-03  Niels Rogalla <niro@magellan-linux.de>
509    
510     * [r1778] new-kernel-pkg:
511      -support /etc/os-release
512     * [r1772] ChangeLog:
513      -udpated ChangeLog
514     * [r1771] VERSION:
515      -version 8.9
516     * [r1770] new-kernel-pkg:
517      Add support to new-kernel-pkg to recognize ARCH == armv5tel
518      needed for
519      Kirkwood based systems.
520    
521  2012-02-18  Niels Rogalla <niro@magellan-linux.de>  2012-02-18  Niels Rogalla <niro@magellan-linux.de>
522    
523     * [r1757] new-kernel-pkg:
524      -let the menuentries match our grub-cosmetic patch
525     * [r1756] new-kernel-pkg:
526      -fix a infinite loop caused by dropping the path prefix of
527      mkinitrd
528     * [r1754] ChangeLog:
529      updated ChangeLog
530     * [r1753] VERSION:
531      -version 8.8_20120218
532     * [r1752] new-kernel-pkg:
533      new-kernel-pkg fails to find U-Boot.
534      
535      new-kernel-pkg fails to find U-Boot if the boot directory is not
536      on a
537      separate partition.
538      
539      This only affects the U-Boot image creation section of the
540      new-kernel-pkg
541      script, for ARM based systems. My initial changes were only
542      tested on
543      specific ARM-OMAP systems that required a specific U-Boot
544      partition.
545      Testing
546      on additional systems (ARM-Tegra) revealed this incorrect
547      assumption.
548      
549      The attached patch includes the following:
550      
551      - Cosmetic: Correction - change uBoot to U-Boot in comments.
552      - Additions:
553      -- Recognize ARCH == armv7hl
554      -- Make U-Boot load/execute address variable (based on machine)
555      -- Bug: Correct invalid assumption that the U-Boot directory
556      would
557      always
558      be on a separate partition.
559     * [r1751] grubby.c:
560      Try to display title when printing information with '--info'
561      
562      Signed-off-by: Cleber Rosa <crosa@redhat.com>
563     * [r1750] grubby.c:
564      Fix endswith() to correctly test its input for validity.
565     * [r1749] installkernel, new-kernel-pkg:
566      Fix hard coded paths so kernel's "make install" will DTRT.
567     * [r1748] grubby.c:
568      Implement support for "default saved" for grub2
569      
570      Signed-off-by: Cleber Rosa <crosa@redhat.com>
571     * [r1747] grubby.c:
572      Include prefix when printing kernel information
573      
574      When running grubby with '--info=', the initrd is displayed with
575      the
576      boot prefix, so, for correctness, also include it in the kernel
577      line.
578      
579      Signed-off-by: Cleber Rosa <crosa@redhat.com>
580     * [r1746] grubby.c:
581      Refactor grub2 title extraction, making it a function
582      
583      '--default-title' now uses that functions, but others such as
584      '--info'
585      could, IMHO, also display the title and thus, use the refactored
586      function.
587      
588      Signed-off-by: Cleber Rosa <crosa@redhat.com>
589     * [r1745] grubby.c:
590      Include a / when one is missing in paths (#769641)
591     * [r1743] ChangeLog:
592      updated ChangeLog
593   * [r1742] VERSION:   * [r1742] VERSION:
594    -version 8.8    -version 8.8
595   * [r1741] test.sh:   * [r1741] test.sh:
# Line 304  Line 894 
894    test/yaboot.2[CPY], test/yaboot.3[CPY]:    test/yaboot.2[CPY], test/yaboot.3[CPY]:
895    -forkin standalone grubby    -forkin standalone grubby
896    
897    2010-12-15  Niels Rogalla <niro@magellan-linux.de>
898    
899     * [r1183]
900      -fixed missing man-pages
901     * [r1178]
902      -added missing man page
903     * [r1177]
904      -added check for return value of getuuidbydev() - resolves a
905      segfault if the device does not exist - see rhbz#592294
906    
907    2010-09-14  Niels Rogalla <niro@magellan-linux.de>
908    
909     * [r1156]
910      -merged with upstream:
911      -update initrd support
912      -better rootdev handling
913      -better support for uuids
914     * [r1153]
915      -install grubby man-page
916     * [r1152]
917      -fixed a typo
918    
919    2009-11-17  Niels Rogalla <niro@magellan-linux.de>
920    
921     * [r937]
922      -fixed missing mandir variable
923    
924    2009-10-28  Niels Rogalla <niro@magellan-linux.de>
925    
926     * [r926]
927      -read grub options from /etc/conf.d/grub
928     * [r925]
929      -read config from /etc/conf.d/grubby
930     * [r924]
931      -updated style
932     * [r923]
933      -pulled in new version from fedora (7.0.8) with update support
934      -removed dracut and fedara specific stuff
935      -fixed to work with magellan
936     * [r920]
937      -fixed grub.conf default location
938     * [r917]
939      -we not providing installkernel here
940     * [r914]
941      -updated grubby to version 7.0.8 from fedory with blkid support
942    
943    2009-04-24  Niels Rogalla <niro@magellan-linux.de>
944    
945     * [r819]
946      -converted cvsignore to svn:ignore propset
947    
948    2007-09-02  Niels Rogalla <niro@magellan-linux.de>
949    
950     * [r547]
951      -fixed CFLAGS
952    
953    2007-09-01  Niels Rogalla <niro@magellan-linux.de>
954    
955     * [r532]
956      -import if magellan mkinitrd; it is a fork of redhats
957      mkinitrd-5.0.8 with all magellan patches and features; deprecates
958      magellan-src/mkinitrd
959    

Legend:
Removed from v.1743  
changed lines
  Added in v.3046