cp
This commit is contained in:
parent
491dc1fa1c
commit
6a7800e19e
1 changed files with 11 additions and 0 deletions
11
sh/alias/mount.sh
Normal file
11
sh/alias/mount.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
m() {
|
||||
mount \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# remount read-only medium in read-write
|
||||
remount() {
|
||||
mount \
|
||||
-o "remount,rw" \
|
||||
"/usr/lib/live/mount/medium"
|
||||
}
|
Loading…
Reference in a new issue