m
This commit is contained in:
parent
6a7800e19e
commit
22c9a66162
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +1,5 @@
|
||||||
m() {
|
m() { sh_a__mount "${@}"; }
|
||||||
|
sh_a__mount() {
|
||||||
mount \
|
mount \
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# remount read-only medium in read-write
|
|
||||||
remount() {
|
|
||||||
mount \
|
|
||||||
-o "remount,rw" \
|
|
||||||
"/usr/lib/live/mount/medium"
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
m() {
|
|
||||||
mount \
|
|
||||||
"${@}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# remount read-only medium in read-write
|
# remount read-only medium in read-write
|
||||||
remount() {
|
remount() {
|
||||||
mount \
|
mount \
|
||||||
|
|
Loading…
Reference in a new issue