base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused errors...
authorDaniel Dickinson <crazycshore@gmail.com>
Thu, 7 Jul 2011 02:52:02 +0000 (02:52 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Thu, 7 Jul 2011 02:52:02 +0000 (02:52 +0000)
commit1f69f4cf64cb9676cc8ddd6a832221a20659a4b9
treed6228d8032456b314708b2e360ef492571ebd8ee
parentdd4934a943d4de4fd4a85620889276bc0c8bdcc5
base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit

SVN-Revision: 27501
package/base-files/files/etc/preinit
package/base-files/files/lib/preinit/02_default_set_state [new file with mode: 0644]