summaryrefslogtreecommitdiffstats
path: root/etc/rayonic-20030625/init.d/root-remount
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rayonic-20030625/init.d/root-remount')
-rwxr-xr-xetc/rayonic-20030625/init.d/root-remount12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/rayonic-20030625/init.d/root-remount b/etc/rayonic-20030625/init.d/root-remount
new file mode 100755
index 000000000..cb0e77efa
--- /dev/null
+++ b/etc/rayonic-20030625/init.d/root-remount
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# /etc/init.d/root-remount
+#
+# Configuration for Rayonic
+#
+# 2002/10/03 Robert Schwebel <r.schwebel@pengutronix.de>
+#
+
+echo "remounting root filesystem read/write..."
+mount -o remount,rw /dev/root /
+echo "done."