- Tell dracut not to ask for LUKS passwords or activate mdraid sets

- Silence the /etc/modprobe.conf deprecation warning
This commit is contained in:
Warren Togami 2009-10-19 19:23:33 +00:00
parent 80f24719bc
commit 0badd661fe
3 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
livecd-tools-028.tar.bz2
livecd-tools-029.tar.bz2

View File

@ -4,12 +4,13 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 028
Version: 029
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://git.fedorahosted.org/git/livecd
Source0: %{name}-%{version}.tar.bz2
Patch0: livecd-modprobe.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-imgcreate = %{version}-%{release}
Requires: mkisofs
@ -51,6 +52,7 @@ like live image or appliances.
%prep
%setup -q
%patch0 -p1
%build
make
@ -81,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon Oct 19 2009 Warren Togami <wtogami@redhat.com> - 029-1
- Tell dracut not to ask for LUKS passwords or activate mdraid sets
- Silence the /etc/modprobe.conf deprecation warning
* Wed Sep 16 2009 Warren Togami <wtogami@redhat.com> - 028-1
- Fix LiveUSB with live images
- Fix display of free space during livecd-iso-to-disk error (farrell)

View File

@ -1 +1 @@
bc6acb74d1cd29a1e33faa1d3c40121e livecd-tools-028.tar.bz2
3f27a366e72a14ca177502b13ddc0491 livecd-tools-029.tar.bz2