version 1.1.2.5, 2014/01/24 01:32:25
|
version 1.1.2.6, 2014/01/27 09:34:38
|
Line 40 boot()
|
Line 40 boot()
|
cd / |
cd / |
} |
} |
|
|
|
restore_uboot() |
|
{ |
|
echo "Load configz from NAND ..." |
|
/etc/rc.cfg load /etc/rc.s |
|
} |
|
|
options() |
options() |
{ |
{ |
echo "Set firmware options ..." | tee -a $BOOTLOG |
echo "Set firmware options ..." | tee -a $BOOTLOG |
Line 164 service()
|
Line 170 service()
|
# |
# |
|
|
boot |
boot |
|
restore_uboot |
echo "elwix>>> Start system boot stage at `date`" | tee $BOOTLOG |
echo "elwix>>> Start system boot stage at `date`" | tee $BOOTLOG |
options |
options |
passwd |
passwd |