This commit is contained in:
Marc Beninca 2024-11-18 16:10:14 +01:00
parent 6a7800e19e
commit 22c9a66162
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 13 deletions

View file

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

View file

@ -1,8 +1,3 @@
m() {
mount \
"${@}"
}
# remount read-only medium in read-write
remount() {
mount \