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"