# Valheim Volume StackScript A Linode StackScript that mounts the pre-existing Valheim volume on first boot. Running it as a StackScript means the mount happens as root during deployment, so no SSH session (and therefore no SSH key) is needed to configure it. This mirrors the steps in `voldirections.txt`. The filesystem (`mkfs.ext4`) is **not** created here, because that step has already been completed on the volume; the script only creates the mountpoint, mounts the device, and adds the `/etc/fstab` entry. ## Instructions 1. Log in to the Linode Cloud Manager and open **StackScripts**. 2. Click **Create StackScript**. 3. Set **Label** to something like `valheim-volume-mount` and choose **Debian 13** (or "Any") as the **Target Images**. 4. Paste the code block below into the **Script** editor. 5. Leave the **UDF** (User Defined Fields) section empty — the values are hard-coded, so nothing needs to be entered at deploy time. 6. Click **Save**. The numeric ID of the StackScript appears in the URL and in the StackScript list; copy it. 7. Put that ID in `create-linode.sh` as the `STACKSCRIPT_ID` value near the top of the file. After that, `create-linode.sh c