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