From 8205915a6613ae64e679ca87fcc6858a26ddcc14 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 24 Jan 2013 07:47:03 +0000 Subject: [PATCH] Update kit examples to disable checksum and restart on system x. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14977 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../ppe/partial-pperte-ppc64/scripts/pperte_postboot | 6 +++--- .../ppe/partial-pperte-x86_64/scripts/pperte_postboot | 8 ++++---- .../kit_build/ppe/pperte-ppc64/scripts/pperte_postboot | 6 +++--- .../kit_build/ppe/pperte-x86_64/scripts/pperte_postboot | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/xCAT-buildkit/share/xcat/kits/kit_build/ppe/partial-pperte-ppc64/scripts/pperte_postboot b/xCAT-buildkit/share/xcat/kits/kit_build/ppe/partial-pperte-ppc64/scripts/pperte_postboot index 1895a26e9..367fbebd6 100755 --- a/xCAT-buildkit/share/xcat/kits/kit_build/ppe/partial-pperte-ppc64/scripts/pperte_postboot +++ b/xCAT-buildkit/share/xcat/kits/kit_build/ppe/partial-pperte-ppc64/scripts/pperte_postboot @@ -13,9 +13,9 @@ fi #Generate checkpoint key and store it into the image, ckpt script could ust it after boot. - KEY=$(dd if=/dev/random count=1 2>/dev/null | sha1sum | awk '{print $1}') - echo $KEY > /root/.ckpt.key - chmod 400 /root/.ckpt.key +# KEY=$(dd if=/dev/random count=1 2>/dev/null | sha1sum | awk '{print $1}') +# echo $KEY > /root/.ckpt.key +# chmod 400 /root/.ckpt.key # BSR configuration, uncomment the following lines to enable BSR configuration on Power Linux cluster. diff --git a/xCAT-buildkit/share/xcat/kits/kit_build/ppe/partial-pperte-x86_64/scripts/pperte_postboot b/xCAT-buildkit/share/xcat/kits/kit_build/ppe/partial-pperte-x86_64/scripts/pperte_postboot index 1895a26e9..c68c69ce5 100755 --- a/xCAT-buildkit/share/xcat/kits/kit_build/ppe/partial-pperte-x86_64/scripts/pperte_postboot +++ b/xCAT-buildkit/share/xcat/kits/kit_build/ppe/partial-pperte-x86_64/scripts/pperte_postboot @@ -13,10 +13,10 @@ fi #Generate checkpoint key and store it into the image, ckpt script could ust it after boot. - KEY=$(dd if=/dev/random count=1 2>/dev/null | sha1sum | awk '{print $1}') - echo $KEY > /root/.ckpt.key - chmod 400 /root/.ckpt.key - +# KEY=$(dd if=/dev/random count=1 2>/dev/null | sha1sum | awk '{print $1}') +# echo $KEY > /root/.ckpt.key +# chmod 400 /root/.ckpt.key +# # BSR configuration, uncomment the following lines to enable BSR configuration on Power Linux cluster. # groupadd bsr diff --git a/xCAT-buildkit/share/xcat/kits/kit_build/ppe/pperte-ppc64/scripts/pperte_postboot b/xCAT-buildkit/share/xcat/kits/kit_build/ppe/pperte-ppc64/scripts/pperte_postboot index 1895a26e9..367fbebd6 100755 --- a/xCAT-buildkit/share/xcat/kits/kit_build/ppe/pperte-ppc64/scripts/pperte_postboot +++ b/xCAT-buildkit/share/xcat/kits/kit_build/ppe/pperte-ppc64/scripts/pperte_postboot @@ -13,9 +13,9 @@ fi #Generate checkpoint key and store it into the image, ckpt script could ust it after boot. - KEY=$(dd if=/dev/random count=1 2>/dev/null | sha1sum | awk '{print $1}') - echo $KEY > /root/.ckpt.key - chmod 400 /root/.ckpt.key +# KEY=$(dd if=/dev/random count=1 2>/dev/null | sha1sum | awk '{print $1}') +# echo $KEY > /root/.ckpt.key +# chmod 400 /root/.ckpt.key # BSR configuration, uncomment the following lines to enable BSR configuration on Power Linux cluster. diff --git a/xCAT-buildkit/share/xcat/kits/kit_build/ppe/pperte-x86_64/scripts/pperte_postboot b/xCAT-buildkit/share/xcat/kits/kit_build/ppe/pperte-x86_64/scripts/pperte_postboot index 1895a26e9..c68c69ce5 100755 --- a/xCAT-buildkit/share/xcat/kits/kit_build/ppe/pperte-x86_64/scripts/pperte_postboot +++ b/xCAT-buildkit/share/xcat/kits/kit_build/ppe/pperte-x86_64/scripts/pperte_postboot @@ -13,10 +13,10 @@ fi #Generate checkpoint key and store it into the image, ckpt script could ust it after boot. - KEY=$(dd if=/dev/random count=1 2>/dev/null | sha1sum | awk '{print $1}') - echo $KEY > /root/.ckpt.key - chmod 400 /root/.ckpt.key - +# KEY=$(dd if=/dev/random count=1 2>/dev/null | sha1sum | awk '{print $1}') +# echo $KEY > /root/.ckpt.key +# chmod 400 /root/.ckpt.key +# # BSR configuration, uncomment the following lines to enable BSR configuration on Power Linux cluster. # groupadd bsr