Commit Graph

60 Commits

Author SHA1 Message Date
Peter Jones 5eb64ab406 Cleanup deps for new grub2 packaging.
- Explicitly require grub2-tools on platforms that need grub2-editenv
- Minor packaging cleanups

Signed-off-by: Peter Jones <pjones@redhat.com>
2017-09-12 09:21:37 -04:00
Peter Jones 2ba2a6e6aa Update to 8.40
- More work on the thing that went to testing in 8.39
  Resolves: rhbz#1211887

Signed-off-by: Peter Jones <pjones@redhat.com>
2015-04-15 15:40:01 -04:00
Peter Jones 715a4d823a Update to 8.39
- Fix title extraction with some config file types
  Resolves: rhbz#1204353
  Resolves: rhbz#1204888
  Resolves: rhbz#1206943

Signed-off-by: Peter Jones <pjones@redhat.com>
2015-04-14 14:40:14 -04:00
Peter Jones c095884218 Update to 8.38
- Fix title extraction with some config file types
  Resolves: rhbz#1204353
  Resolves: rhbz#1204888
  Resolves: rhbz#1206943

Signed-off-by: Peter Jones <pjones@redhat.com>
2015-04-14 13:35:46 -04:00
Peter Jones 75676da88b Update to 8.37
- Fix test case from 8.35 on ppc64
  Resolves: rhbz#1202876

Signed-off-by: Peter Jones <pjones@redhat.com>
2015-03-17 14:57:25 -04:00
Peter Jones 5ad297103f Fix a minor test case error that causes koji builds to fail.
Related: rhbz#1096358
2014-05-21 17:39:20 -04:00
Peter Jones 03801fd005 Make grub2 "--copy-default --add-kernel=foo --initrd=bar" work when default
has no initrd line.
  Resolves: rhbz#1099627
  Related: rhbz#1096358
2014-05-21 17:24:54 -04:00
Peter Jones facc9c5785 Fix --devtree test in new-kernel-pkg even harder (#1082318) 2014-04-01 08:50:29 -04:00
Peter Jones dcde681ed2 Fix --devtree test in new-kernel-pkg (#1082318)
- Fix aarch64 #define test.
2014-03-31 15:48:55 -04:00
Peter Jones 58f61ff2e5 Update to 8.31
- Fold in patches from Fedora and RHEL 7 trees
2014-03-28 15:44:11 -04:00
Peter Jones c8c92c6872 More work on grub's "saved_entry" system.
Resolves: rhbz#768106
  Resolves: rhbz#736188
2013-08-02 15:04:59 -04:00
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
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 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
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
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 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
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
Peter Jones 79918d5ad9 - Make --update able to add an initramfs. Related: rhbz#557922 2010-02-05 22:59:38 +00:00
Peter Jones 4eebdab8bc - Add support for dracut to installkernel (notting) 2009-10-30 18:15:53 +00:00
Hans de Goede e22efb9666 - Stop using nash 2009-10-01 08:13:23 +00:00