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