diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /target/alix1c/files |
Initial import
Diffstat (limited to 'target/alix1c/files')
-rw-r--r-- | target/alix1c/files/etc/fstab | 2 | ||||
-rw-r--r-- | target/alix1c/files/etc/inittab | 4 | ||||
-rw-r--r-- | target/alix1c/files/etc/mdev.conf | 17 |
3 files changed, 23 insertions, 0 deletions
diff --git a/target/alix1c/files/etc/fstab b/target/alix1c/files/etc/fstab new file mode 100644 index 000000000..7aed67706 --- /dev/null +++ b/target/alix1c/files/etc/fstab @@ -0,0 +1,2 @@ +# <fs> <mountpoint> <type> <opts> <dump/pass> +/dev/root / ext2 noatime 0 0 diff --git a/target/alix1c/files/etc/inittab b/target/alix1c/files/etc/inittab new file mode 100644 index 000000000..6f21e703b --- /dev/null +++ b/target/alix1c/files/etc/inittab @@ -0,0 +1,4 @@ +::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/alix1c/files/etc/mdev.conf b/target/alix1c/files/etc/mdev.conf new file mode 100644 index 000000000..74864bf2f --- /dev/null +++ b/target/alix1c/files/etc/mdev.conf @@ -0,0 +1,17 @@ +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 +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 |