This commit is contained in:
Marc Beninca 2025-07-27 17:09:00 +02:00
parent 5ca61b5feb
commit 3e0dcbe392
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

11
sh/fs/live.sh Normal file
View file

@ -0,0 +1,11 @@
# live
# remount read-only medium in read-write
#| mount
#/ live_medium_remount
#= lmr
rwx_live_medium_remount() {
mount \
-o "remount,rw" \
"/usr/lib/live/mount/medium"
}