summaryrefslogtreecommitdiffstats
path: root/etc/rayonic-20030625/init.d/rcS
blob: 97a84dfc8566a874df9ab7708b4c9a10f00d86e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# /etc/init.d/rcS
#
# Configuration for Rayonic
#
# 2002/10/03    Robert Schwebel <r.schwebel@pengutronix.de>
#

echo
echo "PTXDIST - prerelease 2002-10-03"
echo "Please report problems with this software"
echo "to Robert Schwebel <r.schwebel@pengutronix.de>"
echo 

echo -n "mounting filesystems..."
mount -a 
echo "done."