rwx/sh/live.sh
Marc Beninca 020aaa0b9a
All checks were successful
/ job (push) Successful in 1m12s
refactor(history): commit development branch
new development branch from root commit
2025-02-10 21:54:51 +01:00

6 lines
131 B
Bash

# remount read-only medium in read-write
rwx_live_medium_remount() {
mount \
-o "remount,rw" \
"/usr/lib/live/mount/medium"
}