From 94c5889ed5066e7c716ac83ff26a4bc51d97621a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 24 Apr 2007 15:33:38 +0000 Subject: [PATCH] - Disable prelinking by default - Disable some things that slow down the live boot substantially - Lots of tweaks to the default package manifests - Allow setting the root password (Jeroen van Meeuwen) - Allow more specific network line setting (Mark McLoughlin) - Don't pollute the host yum cache (Mark McLoughlin) - Add support for mediachecking --- .cvsignore | 2 +- livecd-tools.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 98714fa..20b0c53 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -livecd-tools-006.tar.bz2 +livecd-tools-007.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec index fd3e753..57975b5 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -1,6 +1,6 @@ Summary: Tools for building live CD's Name: livecd-tools -Version: 006 +Version: 007 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -48,6 +48,15 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/livecd-tools/* %changelog +* Tue Apr 24 2007 Jeremy Katz - 007-1 +- Disable prelinking by default +- Disable some things that slow down the live boot substantially +- Lots of tweaks to the default package manifests +- Allow setting the root password (Jeroen van Meeuwen) +- Allow more specific network line setting (Mark McLoughlin) +- Don't pollute the host yum cache (Mark McLoughlin) +- Add support for mediachecking + * Wed Apr 4 2007 Jeremy Katz - 006-1 - Many fixes to error handling from Mark McLoughlin - Add the KDE config diff --git a/sources b/sources index 1900929..9cead29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54c793e73aa016022283a036d9e6485f livecd-tools-006.tar.bz2 +2d38ef9279789c9cb2339dab42d4da06 livecd-tools-007.tar.bz2