• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

修訂eca345a2e635b3d71e0e2e03cbff167ac23ae78c (tree)
時間2016-07-22 00:26:03
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

init.sh: skip useless cmdline

Change Summary

差異

--- a/init.sh
+++ b/init.sh
@@ -410,7 +410,7 @@ PRODUCT=$(cat $DMIPATH/product_name)
410410 # import cmdline variables
411411 for c in `cat /proc/cmdline`; do
412412 case $c in
413- *.*=*)
413+ BOOT_IMAGE=*|iso-scan/*|*.*=*)
414414 ;;
415415 *=*)
416416 eval $c