Add a new x86_64 target without qemu.
This commit is contained in:
15
projects/x86_64_qemu_domo/ovl/etc/init.d/init_board
Executable file
15
projects/x86_64_qemu_domo/ovl/etc/init.d/init_board
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/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
|
||||
}
|
||||
Reference in New Issue
Block a user