]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/altboot/files/altboot-menu/00-Default
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / altboot / files / altboot-menu / 00-Default
1 # !/bin/sh
2 M_TITLE="Normal Boot"
3
4
5 run_module() {
6         exec $REAL_INIT "$INIT_RUNLEVEL"
7         exit 0
8 }
9
10 case "$1" in
11 title)  echo "$M_TITLE";;
12 run)    run_module;;
13 esac
14