• 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

Revisionacf09ea0f2003d805d14d0e1638e5dba2090679a (tree)
Time2009-08-03 16:20:10
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

add symlink /sbin/hotplug in non-debug mode

Change Summary

Incremental Difference

--- a/initrd/init
+++ b/initrd/init
@@ -62,7 +62,7 @@ done
6262
6363 ln -s android/system /
6464
65-ln -s ../system/lib/firmware ../system/lib/modules /lib
65+ln -s ../system/lib/modules /lib
6666
6767 if [ -n "$DEBUG" -o -n "$BUSYBOX" ]; then
6868 mv /bin /lib .
@@ -72,6 +72,8 @@ if [ -n "$DEBUG" -o -n "$BUSYBOX" ]; then
7272 mv /sbin/* sbin
7373 rmdir /sbin
7474 ln -s android/sbin /
75+else
76+ ln -s ../android/sbin/hotplug /sbin
7577 fi
7678
7779 if [ -n "$DEBUG" ]; then