This commit is contained in:
Marc Beninca 2023-05-14 23:12:22 +02:00
parent e9694b0c17
commit ffdc0c74e1
2 changed files with 21 additions and 8 deletions

10
bash/alias/mount.sh Normal file
View file

@ -0,0 +1,10 @@
alias m="\
mount \
"
# remount read-only medium in read-write
alias remount="\
mount \
-o \"remount,rw\" \
\"/usr/lib/live/mount/medium\" \
"