base-file: remove /tmp/.jail (now useless)
[librecmc/librecmc.git] / package / base-files / files / etc / init.d / boot
index b1272f401c6c33004c308a489d75b5231a5ad04e..ccd0afe30d108016429500c4c8188afa136596d6 100755 (executable)
@@ -26,6 +26,7 @@ boot() {
        mkdir -p /var/log
        mkdir -p /var/lock
        mkdir -p /var/state
+       mkdir -p /var/tmp
        mkdir -p /tmp/.uci
        chmod 0700 /tmp/.uci
        touch /var/log/wtmp
@@ -46,6 +47,7 @@ boot() {
        }
        rm -f /tmp/wireless.tmp
 
+       /bin/board_detect
        uci_apply_defaults
        
        # temporary hack until configd exists