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
This commit is contained in:
wanghuaz 2013-01-24 07:47:03 +00:00
parent 29d5191d91
commit 8205915a66
4 changed files with 14 additions and 14 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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