Add a new x86_64 target without qemu.

This commit is contained in:
2018-03-28 22:26:16 +02:00
parent 0a54ddca34
commit a6d48e761d
13 changed files with 5766 additions and 9 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
}