From 1d5442913fcc6ba29e14b954c458e0aa697daa47 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mar 07 2008 00:42:24 +0000 Subject: - 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) --- diff --git a/.cvsignore b/.cvsignore index 84cb13c..2552703 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-014.tar.bz2 +livecd-tools-015.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index 7aa5b40..56b82d4 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 - 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 - 014-1 - Rework to provide a python API for use by other tools (thanks to markmc for a lot of the legwork here) diff --git a/sources b/sources index b553816..6183357 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a39f71459e448c8da65512b840e91456 livecd-tools-014.tar.bz2 +021e61e504a068b863facfddad35b747 livecd-tools-015.tar.bz2