From 814974aaa88adb7f840d0d223e007659ebeaeb2a Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 26 Aug 2013 00:17:08 -0700 Subject: [PATCH] sles.pm mksysclone for sles --- xCAT-server/lib/xcat/plugins/sles.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index 7c76da347..f14257767 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -1292,6 +1292,12 @@ sub mksysclone copy("/var/lib/systemimager/scripts/post-install/10all.fix_swap_uuids","$pspath"); } + unless (-r "$pspath/11all.replace_byid_device") + { + mkpath("$pspath"); + copy("/var/lib/systemimager/scripts/post-install/11all.replace_byid_device","$pspath"); + } + unless (-r "$pspath/95all.monitord_rebooted") { mkpath("$pspath");