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:
parent
29d5191d91
commit
8205915a66
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user