- disable screensaver with default config

- add aic7xxx and sym53c8xx drivers to default initramfs
- fixes from johnp for FC6 support in the creator
- fix iso-to-stick to work on FC6
This commit is contained in:
Jeremy Katz 2007-05-04 22:11:07 +00:00
parent 94c5889ed5
commit e5207e81b3
3 changed files with 12 additions and 6 deletions

View File

@ -1 +1 @@
livecd-tools-007.tar.bz2
livecd-tools-008.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Tools for building live CD's
Name: livecd-tools
Version: 007
Version: 008
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
@ -13,11 +13,11 @@ Requires: e2fsprogs
Requires: yum >= 3.0.0
Requires: mkisofs
Requires: squashfs-tools
Requires: pykickstart >= 0.96
Requires: syslinux >= 3.30
Requires: pykickstart
Requires: syslinux
Requires: dosfstools >= 2.11-8
BuildArch: noarch
ExcludeArch: ppc pp64
ExcludeArch: ppc ppc64
%description
Tools for generating live CD's on Fedora based systems including
@ -48,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/livecd-tools/*
%changelog
* Fri May 4 2007 Jeremy Katz <katzj@redhat.com> - 008-1
- disable screensaver with default config
- add aic7xxx and sym53c8xx drivers to default initramfs
- fixes from johnp for FC6 support in the creator
- fix iso-to-stick to work on FC6
* Tue Apr 24 2007 Jeremy Katz <katzj@redhat.com> - 007-1
- Disable prelinking by default
- Disable some things that slow down the live boot substantially

View File

@ -1 +1 @@
2d38ef9279789c9cb2339dab42d4da06 livecd-tools-007.tar.bz2
13d24d79bfe46bea81ec7880cded9deb livecd-tools-008.tar.bz2