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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user