22
net/datacenter-node-install/setup-partner-node.sh
Normal file
22
net/datacenter-node-install/setup-partner-node.sh
Normal file
@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
HERE="$(dirname "$0")"
|
||||
|
||||
# shellcheck source=net/datacenter-node-install/utils.sh
|
||||
source "$HERE"/utils.sh
|
||||
|
||||
ensure_env || exit 1
|
||||
|
||||
set -xe
|
||||
|
||||
"$HERE"/disable-nouveau.sh
|
||||
"$HERE"/disable-networkd-wait.sh
|
||||
"$HERE"/setup-grub.sh
|
||||
"$HERE"/setup-cuda.sh
|
||||
"$HERE"/setup-procfs-knobs.sh
|
||||
"$HERE"/setup-limits.sh
|
||||
|
||||
PASSWORD="$(dd if=/dev/urandom bs=1 count=9 status=none | base64)"
|
||||
echo "$PASSWORD"
|
||||
chpasswd <<< "solana:$PASSWORD"
|
||||
|
Reference in New Issue
Block a user