summaryrefslogtreecommitdiffstats
path: root/arch/m68k/boards/kp_ukd_r1_num/env/bin/init
blob: 48e2139f7d4a1d093c38e068e904cd0cec28fabf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

PATH=/env/bin
export PATH

. /env/config
addpart /dev/nor0 $mtdparts

echo
echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout
if [ $? != 0 ]; then
	echo
	echo "type update_kernel [<imagename>] to update kernel into flash"
	echo "type udate_root [<imagename>] to update rootfs into flash"
	echo
	exit
fi

boot