Displaying 2 results from an estimated 2 matches for "0a2e180".
Did you mean:
0.26180
2010 Mar 24
1
[PATCH node] Fix blkid.conf to scan devices for findfs calls.
.../<wwid> devices. This sets an option that forces
findfs to scan instead.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-post.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 9243751..0a2e180 100644
--- a/recipe/common-post.ks
+++ b/recipe/common-post.ks
@@ -192,3 +192,7 @@ patch -d /etc/init.d/ -p0 <<\EOF
/(loopfs|autofs|nfs|cifs|smbfs|ncpfs|sysfs|^none|^\/dev\/ram|^\/dev\/root$)/ {next}
{print $2}' /proc/mounts \
EOF
+
+# Need this for F12 findfs calls
+# Otherwise...
2010 Mar 24
0
[Fwd: [PATCH node] fix halt patch]
...ode] fix halt patch
> Date: Wed, 24 Mar 2010 19:25:39 +0100
>
> (copy/paste whitespace damage)
> ---
> recipe/common-post.ks | 14 +++++++-------
> 1 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/recipe/common-post.ks b/recipe/common-post.ks
> index 0a2e180..c6ef496 100644
> --- a/recipe/common-post.ks
> +++ b/recipe/common-post.ks
> @@ -180,17 +180,17 @@ sed -i 's/preferred_names = \[ \]/preferred_names = [ "^\/dev\/mapper", "^\/dev\
>
> # prevent node from hanging on reboot due to /etc mounts
> patch -d /etc/...