aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/source/system/mount/remount-root
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-01 12:07:40 +0100
committerPS <p@0x53.net>2026-02-01 12:07:40 +0100
commit49371f8654a82e3300caa898f4a211716681735f (patch)
treeb10db0004c18c1179272101e0d89e9778b58d3f4 /src/lib/source/system/mount/remount-root
downloadgoetia-freebsd-49371f8654a82e3300caa898f4a211716681735f.tar.gz
goetia-freebsd-49371f8654a82e3300caa898f4a211716681735f.tar.bz2
goetia-freebsd-49371f8654a82e3300caa898f4a211716681735f.zip
version 0.2.0.0
Diffstat (limited to 'src/lib/source/system/mount/remount-root')
-rw-r--r--src/lib/source/system/mount/remount-root/down7
-rw-r--r--src/lib/source/system/mount/remount-root/type1
-rw-r--r--src/lib/source/system/mount/remount-root/up7
3 files changed, 15 insertions, 0 deletions
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..36356fe
--- /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 -ur /
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..e57f468
--- /dev/null
+++ b/src/lib/source/system/mount/remount-root/up
@@ -0,0 +1,7 @@
+#!@shebangdir@/execlineb -P
+
+# ISC license.
+
+fdmove -c 2 1
+
+mount -uw /