diff options
Diffstat (limited to 'target/alix2d/files')
-rw-r--r-- | target/alix2d/files/etc/fstab | 2 | ||||
-rw-r--r-- | target/alix2d/files/etc/inittab | 3 | ||||
-rw-r--r-- | target/alix2d/files/etc/mdev.conf | 17 |
3 files changed, 0 insertions, 22 deletions
diff --git a/target/alix2d/files/etc/fstab b/target/alix2d/files/etc/fstab deleted file mode 100644 index 7aed67706..000000000 --- a/target/alix2d/files/etc/fstab +++ /dev/null @@ -1,2 +0,0 @@ -# <fs> <mountpoint> <type> <opts> <dump/pass> -/dev/root / ext2 noatime 0 0 diff --git a/target/alix2d/files/etc/inittab b/target/alix2d/files/etc/inittab deleted file mode 100644 index 230cfa242..000000000 --- a/target/alix2d/files/etc/inittab +++ /dev/null @@ -1,3 +0,0 @@ -::sysinit:/etc/init.d/rcS -::shutdown:/etc/init.d/rcK -ttyS0::respawn:/sbin/getty -i -L ttyS0 115200 vt100 diff --git a/target/alix2d/files/etc/mdev.conf b/target/alix2d/files/etc/mdev.conf deleted file mode 100644 index b1eda3c20..000000000 --- a/target/alix2d/files/etc/mdev.conf +++ /dev/null @@ -1,17 +0,0 @@ -rtc0 root:root 660 @ln -sf /dev/rtc0 /dev/rtc -device-mapper 0:0 660 @mkdir /dev/mapper -tun 0:0 660 >net/tun -null 0:0 777 -zero 0:0 666 -u?random 0:0 644 -console 0:0 0600 -ptmx 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 -msr0 root:root 660 @(mkdir -p /dev/cpu/0 && ln -sf /dev/msr0 /dev/cpu/0/msr) -.* 0:0 644 @/lib/mdev/init |