• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

bootable/newinstaller


Commit MetaInfo

Revisãoab5f303e9ab2d7ea1fb26ad3d5033c35a2266ac9 (tree)
Hora2009-07-23 14:11:09
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

add AUTO option, set it to 1 to force auto-detect

Mudança Sumário

Diff

--- a/initrd/scripts/0-auto-detect
+++ b/initrd/scripts/0-auto-detect
@@ -106,7 +106,7 @@ detect_hardware()
106106
107107 load_modules()
108108 {
109- detect_hardware
109+ [ -z "$AUTO" ] && detect_hardware
110110 if [ $? -eq 0 ]; then
111111 for m in $PREDEV; do
112112 modprobe $m