From a981013d89f4cab9d3029693b9c238ec43c8fd90 Mon Sep 17 00:00:00 2001 From: finn Date: Sun, 20 Sep 2026 22:27:52 -0700 Subject: [PATCH] provisioned volume checkpoint --- create-linode.sh | 40 +++++++++++++++++++++-------- stackscript.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 11 deletions(-) create mode 100644 stackscript.md diff --git a/create-linode.sh b/create-linode.sh index 38d6ee2..0097273 100755 --- a/create-linode.sh +++ b/create-linode.sh @@ -24,6 +24,10 @@ VOLUME_NAME="ValVol202609" VOLUME_DEVICE="/dev/disk/by-id/scsi-0Linode_Volume_$VOLUME_NAME" VOLUME_MOUNT="/mnt/$VOLUME_NAME" +# StackScript that mounts the volume on first boot (see stackscript.md). +# Enter the numeric StackScript ID manually after creating it in the Linode UI. +STACKSCRIPT_ID="2225110" + if [[ "$SCRIPT_ACTION" == "" || "$SCRIPT_ACTION" == "--help" || "$SCRIPT_ACTION" == "-?" ]]; then echo "Linode helper script: create-linode.sh