- Version 15.10 (bcl)

- Images go into $SYSLINUXPATH (bcl)
- Add extracting BOOTX64.efi from iso (#688258) (bcl)
- Add repo to DVD EFI install config file (#688258) (bcl)
- Add EFI support to netboot (#688258) (bcl)
This commit is contained in:
Brian C. Lane 2011-09-29 10:41:42 -07:00
parent 5303d021d2
commit 6f5d4c659b
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-15.7.tar.bz2
/livecd-tools-15.8.tar.bz2
/livecd-tools-15.9.tar.bz2
/livecd-tools-15.10.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 15.9
Version: 15.10
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -93,6 +93,13 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Sep 29 2011 Brian C. Lane <bcl@redhat.com> - 15.10-1
- Version 15.10 (bcl)
- Images go into $SYSLINUXPATH (bcl)
- Add extracting BOOTX64.efi from iso (#688258) (bcl)
- Add repo to DVD EFI install config file (#688258) (bcl)
- Add EFI support to netboot (#688258) (bcl)
* Tue Sep 27 2011 Brian C. Lane <bcl@redhat.com> - 15.9-1
- Version 15.9 (bcl)
- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)

View File

@ -1 +1 @@
06c6ab1cc38a200ba728ac2649b2ec1c livecd-tools-15.9.tar.bz2
50979dbd3b470035377644d6c97c0150 livecd-tools-15.10.tar.bz2