summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/rcS
diff options
context:
space:
mode:
Diffstat (limited to 'i/pc104/initrd/conf/rcS')
-rwxr-xr-xi/pc104/initrd/conf/rcS19
1 files changed, 19 insertions, 0 deletions
diff --git a/i/pc104/initrd/conf/rcS b/i/pc104/initrd/conf/rcS
new file mode 100755
index 0000000..2b1b486
--- /dev/null
+++ b/i/pc104/initrd/conf/rcS
@@ -0,0 +1,19 @@
+#!/bin/sh
+# /etc/init.d/rcS
+# Executed in autonomous mode for the matchs.
+
+# Mount proc fs
+mount /proc
+
+# Try to to tell people we have booted !
+#for i in $(seq 0 5)
+#do
+ echo -ne "\007"
+#done
+
+# Launch update script in background
+./etc/robot/update_initrd.sh &
+
+# TODO Export variables (LD...)
+# Launch the program
+# . /robot/start.sh