1 |
wellsi |
1.1.2.1 |
From 5948bc3af6a9bdd9b043e52e6dab95984fd300a9 Mon Sep 17 00:00:00 2001 |
2 |
|
|
From: Lukas Nykryn <lnykryn@redhat.com> |
3 |
|
|
Date: Thu, 10 Oct 2013 17:20:39 +0200 |
4 |
|
|
Subject: [PATCH] remove duplicit then |
5 |
|
|
|
6 |
|
|
--- |
7 |
|
|
rc.d/rc.sysinit | 1 - |
8 |
|
|
1 file changed, 1 deletion(-) |
9 |
|
|
|
10 |
|
|
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit |
11 |
|
|
index cdf0a85..2857814 100755 |
12 |
|
|
--- a/rc.d/rc.sysinit |
13 |
|
|
+++ b/rc.d/rc.sysinit |
14 |
|
|
@@ -204,7 +204,6 @@ fi |
15 |
|
|
|
16 |
|
|
if [ -x /sbin/lvm ]; then |
17 |
|
|
if [ ! -f /.nolvm ] && ! strstr "$cmdline" nolvm ; then |
18 |
|
|
- then |
19 |
|
|
action $"Setting up Logical Volume Management:" /sbin/lvm vgchange -a ay --sysinit |
20 |
|
|
else |
21 |
|
|
echo $"Logical Volume Management disabled at boot." |
22 |
|
|
-- |
23 |
|
|
1.8.3.1 |
24 |
|
|
|