summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/linuxrc
blob: 7b1e789691b977775b08da0b6e95576886d28ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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 "\007"
#done

# TODO Export variables (LD...)
# Launch the program
# . /robot/start.sh
#
while true
do
	/bin/sh
done