m,remount
This commit is contained in:
parent
c68598931b
commit
bd4fe3656e
1 changed files with 9 additions and 8 deletions
|
@ -1,10 +1,11 @@
|
||||||
alias m="\
|
m() {
|
||||||
mount \
|
mount \
|
||||||
"
|
"${@}"
|
||||||
|
}
|
||||||
|
|
||||||
# remount read-only medium in read-write
|
# remount read-only medium in read-write
|
||||||
alias remount="\
|
remount() {
|
||||||
mount \
|
mount \
|
||||||
-o \"remount,rw\" \
|
-o "remount,rw" \
|
||||||
\"/usr/lib/live/mount/medium\" \
|
"/usr/lib/live/mount/medium"
|
||||||
"
|
}
|
||||||
|
|
Loading…
Reference in a new issue