From 2940269bf3e2da89b4b5ff02df3b3f62e217fb8c Mon Sep 17 00:00:00 2001 From: finn Date: Sun, 20 Sep 2026 21:44:49 -0700 Subject: [PATCH] volume checkpoint --- create-linode.sh | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/create-linode.sh b/create-linode.sh index a6ad0f9..38d6ee2 100755 --- a/create-linode.sh +++ b/create-linode.sh @@ -13,15 +13,22 @@ source .env #ROOT_PASS="StartRootPass5678" SCRIPT_ACTION=$1 LINODE_LABEL=$2 -# ni7ne 1997630 # oily 2111036 WHICH_DOMAIN="2111036" LOGFILE="./linodes.log" +# Pre-existing Valheim volume, attached to every Linode at creation time. +# The filesystem (mkfs.ext4) was already created; see voldirections.txt. +VOLUME_ID="18073448" +VOLUME_NAME="ValVol202609" +VOLUME_DEVICE="/dev/disk/by-id/scsi-0Linode_Volume_$VOLUME_NAME" +VOLUME_MOUNT="/mnt/$VOLUME_NAME" + if [[ "$SCRIPT_ACTION" == "" || "$SCRIPT_ACTION" == "--help" || "$SCRIPT_ACTION" == "-?" ]]; then echo "Linode helper script: create-linode.sh