From eaf0ecff18ee063286ad423469241ca0eb2e4c6c Mon Sep 17 00:00:00 2001 From: PS
Date: Sun, 1 Feb 2026 12:06:46 +0100 Subject: version 0.2.0.0 --- src/lib/source/system/mount/remount-root/down | 7 +++++++ src/lib/source/system/mount/remount-root/type | 1 + src/lib/source/system/mount/remount-root/up | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 src/lib/source/system/mount/remount-root/down create mode 100644 src/lib/source/system/mount/remount-root/type create mode 100644 src/lib/source/system/mount/remount-root/up (limited to 'src/lib/source/system/mount/remount-root') diff --git a/src/lib/source/system/mount/remount-root/down b/src/lib/source/system/mount/remount-root/down new file mode 100644 index 0000000..88e00e3 --- /dev/null +++ b/src/lib/source/system/mount/remount-root/down @@ -0,0 +1,7 @@ +#!@shebangdir@/execlineb -P + +# ISC license. + +fdmove -c 2 1 + +mount -o remount,ro / diff --git a/src/lib/source/system/mount/remount-root/type b/src/lib/source/system/mount/remount-root/type new file mode 100644 index 0000000..bdd22a1 --- /dev/null +++ b/src/lib/source/system/mount/remount-root/type @@ -0,0 +1 @@ +oneshot diff --git a/src/lib/source/system/mount/remount-root/up b/src/lib/source/system/mount/remount-root/up new file mode 100644 index 0000000..c1f7e9d --- /dev/null +++ b/src/lib/source/system/mount/remount-root/up @@ -0,0 +1,3 @@ +fdmove -c 2 1 + +mount -o remount,rw / -- cgit v1.2.3