dracut-020-52.git20120709

- fixed prefix in 01-dist.conf
This commit is contained in:
Harald Hoyer 2012-07-09 08:28:25 +02:00
parent 2d3fda91ea
commit c1d206c9d8
2 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,23 @@
From 56ed92922e6a229668fa02becd1419909cdbf29d Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Mon, 9 Jul 2012 08:21:00 +0200
Subject: [PATCH] dracut.conf.d/fedora.conf.example: removed readonly from
prefix
---
dracut.conf.d/fedora.conf.example | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example
index ee53844..4cb1890 100644
--- a/dracut.conf.d/fedora.conf.example
+++ b/dracut.conf.d/fedora.conf.example
@@ -5,7 +5,7 @@ i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-F
omit_drivers+=" .*/fs/ocfs/.* "
stdloglvl=3
install_items+=" vi /etc/virc ps grep cat rm "
-readonly prefix="/"
+prefix="/"
systemdutildir=/usr/lib/systemd
systemdsystemunitdir=/usr/lib/systemd/system
udevdir=/usr/lib/udev

View File

@ -10,7 +10,7 @@
Name: dracut
Version: 020
Release: 51.git20120706%{?dist}
Release: 52.git20120709%{?dist}
Summary: Initramfs generator using udev
%if 0%{?fedora} || 0%{?rhel}
@ -79,6 +79,7 @@ Patch47: 0047-systemd-check-that-prefix-does-not-contain-run.patch
Patch48: 0048-fixed-bash-sh-requirements.patch
Patch49: 0049-dracut.spec-dracut.conf.d-fedora.conf.example-no-das.patch
Patch50: 0050-systemd-module-setup.sh-also-include-systemd-udevd-u.patch
Patch51: 0051-dracut.conf.d-fedora.conf.example-removed-readonly-f.patch
BuildRequires: dash bash git
@ -406,6 +407,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /var/lib/dracut/overlay
%changelog
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 020-52.git20120709
- fixed prefix in 01-dist.conf
* Fri Jul 06 2012 Harald Hoyer <harald@redhat.com> 020-51.git20120706
- cope with systemd-udevd unit renaming
- fixed network renaming