- Support for using live isos with pxe booting (Richard W.M. Jones and

Chris Lalancette)
- Fixes for SELinux being disabled (Warren Togami)
- Stop using mayflower for building the initrd; mkinitrd can do it now
- Create a minimal /dev rather than using the host /dev (Warren Togami)
- Support for persistent overlays when using a USB stick (based on support
    by Douglas McClendon)
This commit is contained in:
Jeremy Katz 2008-03-07 00:42:24 +00:00
parent 69665c9b83
commit 1d5442913f
3 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
livecd-tools-014.tar.bz2
livecd-tools-015.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CD's
Name: livecd-tools
Version: 014
Version: 015
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -52,8 +52,7 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING README HACKING
%{_bindir}/livecd-creator
%{_bindir}/livecd-iso-to-disk
%dir /usr/lib/livecd-creator
/usr/lib/livecd-creator/mayflower
%{_bindir}/livecd-iso-to-pxeboot
%dir %{_datadir}/livecd-tools
%{_datadir}/livecd-tools/*
%{_bindir}/image-creator
@ -63,6 +62,15 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Mar 6 2008 Jeremy Katz <katzj@redhat.com> - 015-1
- Support for using live isos with pxe booting (Richard W.M. Jones and
Chris Lalancette)
- Fixes for SELinux being disabled (Warren Togami)
- Stop using mayflower for building the initrd; mkinitrd can do it now
- Create a minimal /dev rather than using the host /dev (Warren Togami)
- Support for persistent overlays when using a USB stick (based on support
by Douglas McClendon)
* Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 014-1
- Rework to provide a python API for use by other tools (thanks to
markmc for a lot of the legwork here)

View File

@ -1 +1 @@
a39f71459e448c8da65512b840e91456 livecd-tools-014.tar.bz2
021e61e504a068b863facfddad35b747 livecd-tools-015.tar.bz2