V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m38s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-27 07:29:50 +02:00
parent c9c159c71d
commit d235b51052

View File

@@ -79,6 +79,8 @@ EOF
### Generate dynamic '${TARGET}/etc/fstab' entries.
for var_path in "${ARY_PATHS_SORTED[@]}"; do
[[ "${var_path}" == "/recovery" ]] && continue
case "${var_path,,}" in
swap|SWAP) continue;;