Displaying 1 result from an estimated 1 matches for "c6ef496".
Did you mean:
c26efc96
2010 Mar 24
0
[Fwd: [PATCH node] fix halt patch]
...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/init.d/ -...