This commit is contained in:
Marc Beninca 2023-05-09 22:20:42 +02:00
parent 98056f2fb6
commit 7bb0eeecf1
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,8 @@
alias m='mount'
# remount read-only medium in read-write
alias remount='mount -o remount,rw /usr/lib/live/mount/medium'
function mo {
local directory="${1}"

View file

@ -1,2 +0,0 @@
#! /usr/bin/env bash
mount -o remount,rw /usr/lib/live/mount/medium