Peter Jones
8e7730434e
Make grubby understand grub's "saved_entry" system
...
Resolves: rhbz#768106
Resolves: rhbz#736188
2013-07-30 13:39:16 -04:00
Dennis Gilmore
223896f6d9
add patch to update extlinux.conf file on arm if it exists
2013-06-07 14:54:11 -05:00
Peter Jones
efdb493d76
Conditionally call arm-boot-config's boot.scr generator if available
...
Resolves: rhbz#952428
2013-05-10 15:07:00 -04:00
Peter Jones
e7dc179a7b
Error instead of segfaulting if we can't find any working config
...
Resolves: rhbz#912873
Resolves: rhbz#751608
2013-04-09 11:37:11 -04:00
Peter Jones
87662898db
Fix module remove code from Harald ( #923441 )
2013-03-19 16:41:23 -04:00
Peter Jones
440ec26a25
Update to 8.23
...
- Fix empty root device in case of an empty /etc/fstab (lemenkov)
- General refactoring and cleanup (harald)
- Don't clean up modules.* so aggressively (harald)
2013-03-11 13:41:56 -04:00
Peter Jones
3ff9482af0
Add --debug style logging (for both success and failures) to /var/log/grubby
2013-02-20 11:13:18 -05:00
Peter Jones
a10345813c
Add --debug style logging (for both success and failures) to /var/log/grubby
...
Signed-off-by: Peter Jones <pjones@redhat.com>
2013-02-20 11:07:13 -05:00
Dennis Gilmore
24e2f46051
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-02-13 18:34:28 -06:00
Peter Jones
5360404058
Revert test case for rhbz#742885 - it's a work in progress that isn't
...
ready yet.
2013-01-04 11:41:24 -05:00
Peter Jones
18940b4635
Use systemd vconsole.conf and locale.conf if present
...
Resolves rhbz#881908
- Avoid unnecessary stat calls (from Ville Skyttä)
Resolves rhbz#741135
- Spelling fixes (Ville Skyttä)
- Add a test case for rhbz#742885
- Handle case-insensitive extlinux config files properly (from Johannes Weiner)
2013-01-04 10:58:55 -05:00
Peter Jones
1952dd25e7
Handle linuxefi initrd and removal correctly.
...
Resolves: rhbz#859285
2012-10-02 14:11:01 -04:00
Peter Jones
6ca16bfbe3
Don't accidentally migrate from linuxefi back to linux
...
Resolves: rhbz#859285
2012-09-26 17:34:12 -04:00
Peter Jones
bfdd281962
Change the way the kernel load address is determined for ARM U-Boot.
2012-09-21 15:34:51 -04:00
Peter Jones
64eecaa6e0
Update to 8.17
...
- Fixes a "make test" failure.
2012-08-08 17:02:57 -04:00
Peter Jones
bc96cb63c8
Update to 8.16
...
- Handle "linuxefi" directive on grub2/uefi machines.
2012-08-08 16:48:16 -04:00
Dennis Gilmore
6e0c65afeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-19 05:18:23 -05:00
Peter Jones
eb38b677ea
Update to 8.15
...
- Revert dirname change from 8.13; it was wrong.
2012-06-25 10:19:45 -04:00
Peter Jones
a376a8720c
Update to 8.14 to fix a build problem.
2012-06-14 13:21:49 -04:00
Peter Jones
41ada0d60b
Update to 8.13
...
- Add some more ARM tweaks (dmartin)
- Better support for other distros (crosa)
2012-06-14 12:49:00 -04:00
d.marlin
0352db6744
Add a default (empty) boot.scr file for ARM.
...
Signed-off-by: David A. Marlin <dmarlin@redhat.com>
2012-06-14 12:49:00 -04:00
Peter Jones
d3449618fe
Support UBOOT_IMGADDR override on ARM (blc)
2012-06-14 12:49:00 -04:00
Peter Jones
94529bf3fb
Update to 8.12
...
- Preserve trailing indentation when splitting line elements (mads)
Resolves: rhbz#742720
- Pick last device mounted on / (pjones,bcl)
Related: rhbz#820340
Related: rhbz#820351
2012-05-31 09:55:36 -04:00
Peter Jones
7cb2f55b29
Update to 8.11
...
Resolves: rhbz#805310
2012-03-21 14:48:05 -04:00
Peter Jones
fe70e86f8c
Update to 8.10
...
- Use "isquote" where appropriate
- Make --remove-kenrel support titles in grub2 (jianzhong.huang)
- Use grub2 if it's there on ppc.
2012-03-15 12:34:26 -04:00
Peter Jones
a1dfda3852
Refactor grub2 title extraction, making it a function (Cleber Rosa)
...
- Include prefix when printing kernel information (Cleber Rosa)
- Implement support for "default saved" for grub2 (Cleber Rosa)
- Try to display title when printing information with '--info' (Cleber Rosa)
- new-kernel-pkg fails to find U-Boot. (D. Marlin)
- Add support to new-kernel-pkg to recognize ARCH == armv5tel needed for Kir
(D.Marlin)
- Include a / when one is missing in paths (#769641 )
- Fix hard coded paths so kernel's "make install" will DTRT.
- Fix endswith() to correctly test its input for validity.
2012-03-02 17:17:04 -05:00
Peter Jones
dbb2308837
Add support for armv5tel.
2012-03-02 16:47:07 -05:00
Dennis Gilmore
302c25e80d
mark the uboot file as %config(noreplace)
2012-02-07 11:27:28 -06:00
Dennis Gilmore
f62abfe143
add uboot-tools requires on arm arches
...
- add uboot config file on arm arches
2012-02-07 11:15:03 -06:00
Dennis Gilmore
7698149da0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2012-01-12 22:22:30 -06:00
Peter Jones
992cb97b02
Fix test cases from 8.7 to work on a system without /boot mounted.
2011-12-20 18:14:25 -05:00
Peter Jones
9d9412e554
Update to grubby-8.7
2011-12-20 16:54:56 -05:00
Peter Jones
c021fe6f32
Fix a "make test" errors introduced in 8.4-1
2011-12-19 09:23:08 -05:00
Peter Jones
afb5036256
Don't hardcode dracut path
...
Resolves : #768645
2011-12-17 14:04:55 -05:00
Adam Williamson
203e662179
new release 8.4
2011-12-08 12:46:26 -08:00
Peter Jones
1ad83f1ab7
Fix new-kernel-pkg invocation of grubby for grub (patch from Mads Kiilerich)
...
Resolves: rhbz#725185
2011-09-29 16:42:19 -04:00
Peter Jones
8bea9bd242
Fixes for xen (from Michael Petullo)
...
Resolves: rhbz#658387
2011-09-14 15:55:58 -04:00
Peter Jones
bd7a6ca65f
Update to 8.1
...
Fix miss-spelled variable name in new-kernel-pkg
2011-07-22 16:37:58 -04:00
Peter Jones
e98683f7ea
Add support for grub2.
2011-07-21 16:19:09 -04:00
Brian C. Lane
0305287871
- Bump version to 7.0.18 (bcl)
...
- Fixup new-kernel-pkg errors (#711493 ) (bcl)
2011-06-07 11:29:40 -07:00
Peter Jones
8518bc6532
Update to 7.0.17-1
2011-06-06 11:25:35 -04:00
Dennis Gilmore
ddaad0587c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-09 00:24:43 -06:00
Karsten Hopp
bd6fd92b76
add BR utils-linux-ng for getopt
2011-01-24 15:03:16 +01:00
Fedora Release Engineering
d2d4cff1c9
dist-git conversion
2010-07-28 17:08:52 +00:00
Brian C. Lane
604a49698a
- Update to 7.0.16
...
- Add patch to check the return value of getuuidbydev
- Resolves: rhbz#592294
2010-07-13 18:44:39 +00:00
Peter Jones
5bc936b9cc
- Update to 7.0.15
...
- Add man pages for installkernel and new-kernel-pkg Resolves: rhbz#529333
2010-04-14 21:24:19 +00:00
Peter Jones
17d5f29ea4
- Update to 7.0.14
...
- Add man pages for installkernel and new-kernel-pkg Resolves: rhbz#529333
2010-04-14 21:10:52 +00:00
Peter Jones
f515ba7a5a
- Strip boot partition prefix from initrd path if present during --update.
...
Related: rhbz#557922
- add host only support for local kernel compiles (airlied)
2010-02-11 19:48:19 +00:00
Peter Jones
b7db526663
- compare rootdev using uuid instead of stat, for better btrfs support
...
(josef) Resolves: rhbz#530108
2010-02-08 21:13:55 +00:00
Peter Jones
2a3cb67e6f
- Make it possible to update the initrd without any other change. Related:
...
rhbz#557922
2010-02-08 19:13:18 +00:00