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