Displaying 2 results from an estimated 2 matches for "0f09581".
2010 Mar 15
1
[PATCH node] fix reboot hang on /etc
...tions(-)
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 201...
2010 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for
storage. Comments and suggestions are appreciated.
Mike