From e212c967b03a95bda59894c0a0ff77a9c285b6a0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 19 Nov 2024 09:25:49 +0100 Subject: [PATCH] remount --- sh/{cmd/mount.sh => live.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sh/{cmd/mount.sh => live.sh} (79%) diff --git a/sh/cmd/mount.sh b/sh/live.sh similarity index 79% rename from sh/cmd/mount.sh rename to sh/live.sh index 4454c41..dc77ce5 100644 --- a/sh/cmd/mount.sh +++ b/sh/live.sh @@ -1,5 +1,5 @@ # remount read-only medium in read-write -remount() { +sh_live_medium_remount() { mount \ -o "remount,rw" \ "/usr/lib/live/mount/medium"