2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-21 05:25:32 +00:00

powerkvm,diskfull,enable access the installer via ssh

This commit is contained in:
penguhyang
2016-06-14 00:46:47 -04:00
parent 55eb1f2840
commit 4e8ae1653e

View File

@ -3,6 +3,10 @@ if [ "$XCATDEBUGMODE" = "1" ] || [ "$XCATDEBUGMODE" = "2" ]; then
set -x
fi
if [ "$XCATDEBUGMODE" = "2" ]; then
echo 'root:cluster' | chpasswd
fi
#find first available block device (sda or vda likely)
#TODO: pick a likely non-SAN target if possible