diff --git a/bash.d/mount.sh b/bash.d/mount.sh index 4e91b62..b33b12c 100644 --- a/bash.d/mount.sh +++ b/bash.d/mount.sh @@ -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}" diff --git a/remount b/remount deleted file mode 100755 index 182dc7b..0000000 --- a/remount +++ /dev/null @@ -1,2 +0,0 @@ -#! /usr/bin/env bash -mount -o remount,rw /usr/lib/live/mount/medium