summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/rcS
blob: 0c1012cbcb535b0a41f360b6bb3d7c44fe0954d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/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 &

# Launch the program ! Go Go Go !
# For the library
export LD_LIBRARY_PATH="./lib/;/robot/lib/"
# Go to the directory where everything is
cd /robot/
# According to some scripts I have seen, it is quicker because it removes a
# fork...
# FIXME This does not work with ash busybox shell
# . start.sh
./start.sh