Update x86 target to add qemu.

This commit is contained in:
2017-03-18 23:16:04 +01:00
parent 2fc32dd5c0
commit b9e31fce39
11 changed files with 3528 additions and 182 deletions

View 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
}