From cddf0ba309a65e31b11502a6bcf37f2dbfd814bd Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 16 Mar 2015 02:23:16 -0700 Subject: [PATCH] fix defect for #4539 [FVT] On RHEL 7.1 ppc64, the name of network adapters changed after the operating system installation --- xCAT-server/share/xcat/install/rh/service.rhels7.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/share/xcat/install/rh/service.rhels7.tmpl b/xCAT-server/share/xcat/install/rh/service.rhels7.tmpl index b32f1f01d..b1ac4c9b8 100644 --- a/xCAT-server/share/xcat/install/rh/service.rhels7.tmpl +++ b/xCAT-server/share/xcat/install/rh/service.rhels7.tmpl @@ -151,4 +151,5 @@ reboot %end %post #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.xcat# +#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.rhels7# %end