remount
This commit is contained in:
parent
98056f2fb6
commit
7bb0eeecf1
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
alias m='mount'
|
||||
|
||||
# remount read-only medium in read-write
|
||||
alias remount='mount -o remount,rw /usr/lib/live/mount/medium'
|
||||
|
||||
|
||||
function mo {
|
||||
local directory="${1}"
|
||||
|
|
2
remount
2
remount
|
@ -1,2 +0,0 @@
|
|||
#! /usr/bin/env bash
|
||||
mount -o remount,rw /usr/lib/live/mount/medium
|
Loading…
Reference in a new issue