fix: remaining stale refs — boot drive path in Plugin Manual, array_started.sh typos in fallback and ramdisk_setup
This commit is contained in:
@@ -203,7 +203,7 @@
|
|||||||
# ==============================================================================================
|
# ==============================================================================================
|
||||||
#
|
#
|
||||||
# fallback.sh
|
# fallback.sh
|
||||||
# Normal start — continuous loop. Start via User Scripts or array_start.sh.
|
# Normal start — continuous loop. Started by array_started.sh at array start.
|
||||||
#
|
#
|
||||||
# fallback.sh --stop
|
# fallback.sh --stop
|
||||||
# Gracefully stop the running instance (SIGTERM → wait 10s → SIGKILL).
|
# Gracefully stop the running instance (SIGTERM → wait 10s → SIGKILL).
|
||||||
|
|||||||
@@ -78,12 +78,12 @@ Configurations directory and all scripts.
|
|||||||
|
|
||||||
**Set it via:** Settings → Other Settings → Varaverk → Scripts directory
|
**Set it via:** Settings → Other Settings → Varaverk → Scripts directory
|
||||||
|
|
||||||
Default: `/mnt/user/appdata/Varaverk`
|
Default: `/boot/config/plugins/varaverk`
|
||||||
|
|
||||||
The value is stored in `/boot/config/plugins/varaverk/varaverk.cfg`:
|
The value is stored in `/boot/config/plugins/varaverk/varaverk.cfg`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
SCRIPTS_DIR="/mnt/user/appdata/Varaverk"
|
SCRIPTS_DIR="/boot/config/plugins/varaverk"
|
||||||
```
|
```
|
||||||
|
|
||||||
All other configuration lives in `Configurations/master.conf` and `Configurations/host*.conf`.
|
All other configuration lives in `Configurations/master.conf` and `Configurations/host*.conf`.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
# ─────────────────────────────────────────────────────────────────────────────
|
# ─────────────────────────────────────────────────────────────────────────────
|
||||||
# Creates the tmpfs ramdisk, SSD fallback directory, transcode symlink, and
|
# Creates the tmpfs ramdisk, SSD fallback directory, transcode symlink, and
|
||||||
# pre-creates transcoding-temp on the ramdisk. Run once at array start via
|
# pre-creates transcoding-temp on the ramdisk. Run once at array start via
|
||||||
# array_start.sh (unRAID_Essentials/). Idempotent — already-mounted ramdisk
|
# array_started.sh (unRAID_Essentials/). Idempotent — already-mounted ramdisk
|
||||||
# reports status and exits cleanly. Always resets the symlink to the ramdisk
|
# reports status and exits cleanly. Always resets the symlink to the ramdisk
|
||||||
# on boot, ensuring a clean state regardless of what state it was in before
|
# on boot, ensuring a clean state regardless of what state it was in before
|
||||||
# shutdown.
|
# shutdown.
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
# ==============================================================================================
|
# ==============================================================================================
|
||||||
#
|
#
|
||||||
# ramdisk_setup.sh
|
# ramdisk_setup.sh
|
||||||
# Normal setup run. Called by array_start.sh at boot.
|
# Normal setup run. Called by array_started.sh at boot.
|
||||||
#
|
#
|
||||||
# ramdisk_setup.sh --dry-run
|
# ramdisk_setup.sh --dry-run
|
||||||
# Show what would be created without creating anything.
|
# Show what would be created without creating anything.
|
||||||
|
|||||||
Reference in New Issue
Block a user