- Add --virt-uefi to boot the VM using OVMF (bcl@redhat.com)

- Enable gtk inspector. (dshea@redhat.com)
- lorax: Improve argument parsing and help (bcl@redhat.com)
- lorax: Add --sharedir to override configuration path (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2015-11-06 17:22:08 -08:00
parent 27517b4485
commit b892b76118
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -69,3 +69,4 @@
/lorax-24.2.tar.gz
/lorax-24.3.tar.gz
/lorax-24.4.tar.gz
/lorax-24.5.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 24.4
Version: 24.5
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -132,6 +132,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files lmc-novirt
%changelog
* Fri Nov 06 2015 Brian C. Lane <bcl@redhat.com> 24.5-1
- Add --virt-uefi to boot the VM using OVMF (bcl@redhat.com)
- Enable gtk inspector. (dshea@redhat.com)
- lorax: Improve argument parsing and help (bcl@redhat.com)
- lorax: Add --sharedir to override configuration path (bcl@redhat.com)
* Wed Oct 28 2015 Brian C. Lane <bcl@redhat.com> 24.4-1
- livemedia-creator: Allow novirt ostree partitioned images (#1273199)
(bcl@redhat.com)

View File

@ -1 +1 @@
4846b820521d4a5f248f3a83c4aee338 lorax-24.4.tar.gz
a39331207e886fbeabf669af4e879e87 lorax-24.5.tar.gz