diff options
Diffstat (limited to 'target/qemu-x86/files')
-rw-r--r-- | target/qemu-x86/files/etc/inittab | 4 | ||||
-rw-r--r-- | target/qemu-x86/files/etc/mdev.conf | 17 | ||||
-rw-r--r-- | target/qemu-x86/files/etc/network/interfaces | 5 |
3 files changed, 0 insertions, 26 deletions
diff --git a/target/qemu-x86/files/etc/inittab b/target/qemu-x86/files/etc/inittab deleted file mode 100644 index 6f21e703b..000000000 --- a/target/qemu-x86/files/etc/inittab +++ /dev/null @@ -1,4 +0,0 @@ -::sysinit:/etc/init.d/rcS -::shutdown:/etc/init.d/rcK -ttyS0::respawn:/sbin/getty -i -L ttyS0 115200 vt100 -tty1::respawn:/sbin/getty -i -L tty1 115200 vt100 diff --git a/target/qemu-x86/files/etc/mdev.conf b/target/qemu-x86/files/etc/mdev.conf deleted file mode 100644 index 5d78ab110..000000000 --- a/target/qemu-x86/files/etc/mdev.conf +++ /dev/null @@ -1,17 +0,0 @@ -rtc0 root:root 660 @ln -sf /dev/rtc0 /dev/rtc -tun 0:0 660 >net/tun -device-mapper 0:0 660 @mkdir /dev/mapper -null 0:0 777 -zero 0:0 666 -u?random 0:0 644 -console 0:0 0600 -ptmx 0:0 666 -tty 0:0 666 -ttyS* 0:0 640 -audio root:audio 660 >snd/audio -dsp root:audio 660 >snd/dsp -timer root:audio 660 >snd/timer -controlC0 root:audio 660 >snd/controlC0 -pcmC0D0c root:audio 660 >snd/pcmC0D0c -pcmC0D0p root:audio 660 >snd/pcmC0D0p -.* 0:0 644 @/lib/mdev/init diff --git a/target/qemu-x86/files/etc/network/interfaces b/target/qemu-x86/files/etc/network/interfaces deleted file mode 100644 index 104c1a1b6..000000000 --- a/target/qemu-x86/files/etc/network/interfaces +++ /dev/null @@ -1,5 +0,0 @@ -auto lo -iface lo inet loopback - -auto eth0 -iface eth0 inet dhcp |