search for: bc96b43

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

Did you mean: 5c69b43
2010 Mar 15
1
[PATCH node] fix reboot hang on /etc
--- recipe/common-pkgs.ks | 1 + recipe/common-post.ks | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) 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 +...