- Version 18.9 (bcl)

- fix extra-kernel-args (#853570) (bcl)
- New location for GRUB2 config on UEFI (#851220) (bcl)
- Add nocleanup option to retain temp files (bcl)
- Update imgcreate for UEFI Secure Boot (bcl)
This commit is contained in:
Brian C. Lane 2012-09-06 12:30:34 -07:00
parent 8f47864123
commit fa755ce092
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-18.6.tar.bz2
/livecd-tools-18.7.tar.bz2
/livecd-tools-18.8.tar.bz2
/livecd-tools-18.9.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.8
Version: 18.9
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -99,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Sep 06 2012 Brian C. Lane <bcl@redhat.com> 18.9-1
- Version 18.9 (bcl)
- fix extra-kernel-args (#853570) (bcl)
- New location for GRUB2 config on UEFI (#851220) (bcl)
- Add nocleanup option to retain temp files (bcl)
- Update imgcreate for UEFI Secure Boot (bcl)
* Mon Aug 06 2012 Brian C. Lane <bcl@redhat.com> 18.8-1
- Version 18.8 (bcl)
- dracut needs to load vfat and msdos filesystems (bcl)

View File

@ -1 +1 @@
e645a28b154c3030d98faddd4e202f2a livecd-tools-18.8.tar.bz2
f6fa1a81258d21f7eb5137d3a2b136ea livecd-tools-18.9.tar.bz2