- Add example kickstart for Atomic PXE live no-virt (bcl@redhat.com)

- Update ostree boot handling (bcl@redhat.com)
- pylorax: Add delete option to umount (bcl@redhat.com)
- Refactor PXE live creation code (bcl@redhat.com)
- Change --make-pxe-live --no-virt use a fsimage (bcl@redhat.com)
- Allow ostreesetup kickstart (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2016-04-29 19:02:00 -07:00
parent 46bac7650b
commit 07cf13a48e
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -83,3 +83,4 @@
/lorax-25.2.tar.gz
/lorax-25.3.tar.gz
/lorax-25.4.tar.gz
/lorax-25.5.tar.gz

View File

@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: lorax
Version: 25.4
Version: 25.5
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -147,6 +147,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%changelog
* Fri Apr 29 2016 Brian C. Lane <bcl@redhat.com> 25.5-1
- Add example kickstart for Atomic PXE live no-virt (bcl@redhat.com)
- Update ostree boot handling (bcl@redhat.com)
- pylorax: Add delete option to umount (bcl@redhat.com)
- Refactor PXE live creation code (bcl@redhat.com)
- Change --make-pxe-live --no-virt use a fsimage (bcl@redhat.com)
- Allow ostreesetup kickstart (bcl@redhat.com)
* Mon Apr 18 2016 Brian C. Lane <bcl@redhat.com> 25.4-1
- livemedia-creator: Make sure make-iso kickstart includes dracut-live
(bcl@redhat.com)

View File

@ -1 +1 @@
c1a23c5331338aa244b430d14e6c2851 lorax-25.4.tar.gz
a91ef4ae08f0b35ac62682b03846be20 lorax-25.5.tar.gz