Files
domo/projects/x86_64_domo/ovl/etc/init.d/init_board

16 lines
249 B
Bash
Executable File

#!/bin/sh /etc/rc.common
#
START=11
STOP=97
boot() {
rm -rf /tmp/avahi-autoipd
mkdir /tmp/avahi-autoipd
chown avahi.avahi /tmp/avahi-autoipd
mount -t debugfs none /sys/kernel/debug
mkdir -p /var/run/dbus/
ifconfig eth0 up
udhcpc -i eth0
}