summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/linuxrc
diff options
context:
space:
mode:
Diffstat (limited to 'i/pc104/initrd/conf/linuxrc')
-rwxr-xr-xi/pc104/initrd/conf/linuxrc16
1 files changed, 8 insertions, 8 deletions
diff --git a/i/pc104/initrd/conf/linuxrc b/i/pc104/initrd/conf/linuxrc
index e7973eb..7b1e789 100755
--- a/i/pc104/initrd/conf/linuxrc
+++ b/i/pc104/initrd/conf/linuxrc
@@ -1,20 +1,20 @@
-#!/bin/ash
+#!/bin/sh
# Executed in autonomous mode for the matchs
# Mount tmp fs
mount /proc
# Try to to tell people we have booted !
-for i in $(seq 0 5)
-do
- echo -ne "\033"
-done
+#for i in $(seq 0 5)
+#do
+ echo -ne "\007"
+#done
# TODO Export variables (LD...)
# Launch the program
-# ./robot/start.sh
-
+# . /robot/start.sh
+#
while true
do
- /bin/ash
+ /bin/sh
done