From 7bb0eeecf1ad4fff330cbde4c67281f10e92c0db Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 9 May 2023 22:20:42 +0200 Subject: [PATCH] remount --- bash.d/mount.sh | 3 +++ remount | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100755 remount 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