Changeset 43385 for titan


Ignore:
Timestamp:
02/01/19 16:16:29 (5 years ago)
Author:
obi
Message:

fix autofs oebuild

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/usr/bin/titan.sh

    r43375 r43385  
    1111board=`cat /etc/.board`
    1212
    13 startautofs()
     13startfixautofs()
    1414{
    1515        if [ ! -L /etc/auto.network ];then
     
    1717                ln -s /mnt/network/auto.misc /etc/auto.network
    1818        fi
     19        if [ ! -L /etc/udev/mount-helper.sh ];then
     20                mv /etc/udev/mount-helper.sh /etc/udev/mount-helper_oe.sh
     21                ln -s /sbin/hotplug.sh /etc/udev/mount-helper.sh
     22        fi
     23
     24}
     25
     26starthotplug()
     27{
    1928        hotplug.sh first
    2029}
     
    280289}
    281290
     291startfixautofs
    282292startmnt
    283293startplugins
    284 startautofs
     294starthotplug
    285295startEmu
    286296startopkg
Note: See TracChangeset for help on using the changeset viewer.