Blame 0089-virtfs-mount-virtfs.sh-don-t-exit-0.patch
|
Harald Hoyer |
811c04 |
From cf62cc435f6785261d3ea8731f154e1898c35cc1 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
811c04 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
811c04 |
Date: Mon, 30 Jul 2012 17:06:23 +0200
|
|
Harald Hoyer |
811c04 |
Subject: [PATCH] virtfs/mount-virtfs.sh: don't exit != 0
|
|
Harald Hoyer |
811c04 |
|
|
Harald Hoyer |
811c04 |
---
|
|
Harald Hoyer |
811c04 |
modules.d/95virtfs/mount-virtfs.sh | 1 +
|
|
Harald Hoyer |
811c04 |
1 file changed, 1 insertion(+)
|
|
Harald Hoyer |
811c04 |
|
|
Harald Hoyer |
811c04 |
diff --git a/modules.d/95virtfs/mount-virtfs.sh b/modules.d/95virtfs/mount-virtfs.sh
|
|
Harald Hoyer |
811c04 |
index dfebf38..7c07b46 100755
|
|
Harald Hoyer |
811c04 |
--- a/modules.d/95virtfs/mount-virtfs.sh
|
|
Harald Hoyer |
811c04 |
+++ b/modules.d/95virtfs/mount-virtfs.sh
|
|
Harald Hoyer |
811c04 |
@@ -73,3 +73,4 @@ mount_root() {
|
|
Harald Hoyer |
811c04 |
if [ -n "$root" -a -z "${root%%virtfs:*}" ]; then
|
|
Harald Hoyer |
811c04 |
mount_root
|
|
Harald Hoyer |
811c04 |
fi
|
|
Harald Hoyer |
811c04 |
+:
|