search for: f33984c

Displaying 1 result from an estimated 1 matches for "f33984c".

Did you mean: 33984
2010 Mar 15
1
[PATCH node] fix reboot hang on /etc
...diff --git a/recipe/common-pkgs.ks b/recipe/common-pkgs.ks index 3aafe53..bc96b43 100644 --- a/recipe/common-pkgs.ks +++ b/recipe/common-pkgs.ks @@ -76,3 +76,4 @@ acpid device-mapper-multipath kpartx dracut-network +patch diff --git a/recipe/common-post.ks b/recipe/common-post.ks index 0f09581..f33984c 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -166,3 +166,18 @@ empty /mnt empty /live empty /boot EOF + +# prevent node from hanging on reboot due to /etc mounts +patch -d /etc/init.d/ -p0 <<\EOF +--- halt.orig 2010-03-15 16:01:13.677585448 -0400 ++++ halt 2010-03-15 1...