+
+if [ -f $VTOY_PATH/autoinstall ]; then
+ echo "Do auto install ..." >> $VTLOG
+
+ if $GREP -q "^mount /proc$" /init; then
+ $SED "/^mount \/proc/a export file=$VTOY_PATH/autoinstall; export auto='true'; export priority='critical'" -i /init
+ fi
+fi
+