diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-17 12:19:56 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-17 12:19:56 +0000 |
commit | a1e6a84bb32d2c691103ee7548506c6bb68cb101 (patch) | |
tree | 5ca9341704f781305ce6350d26c00d5a879bbd06 /target/device/Atmel/root/target_skeleton/etc/fstab | |
parent | 431e0223da18b1e2efc40d7bf96f1509087c1221 (diff) | |
download | buildroot-novena-a1e6a84bb32d2c691103ee7548506c6bb68cb101.tar.gz buildroot-novena-a1e6a84bb32d2c691103ee7548506c6bb68cb101.zip |
Add AT91 targets
Diffstat (limited to 'target/device/Atmel/root/target_skeleton/etc/fstab')
-rw-r--r-- | target/device/Atmel/root/target_skeleton/etc/fstab | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/device/Atmel/root/target_skeleton/etc/fstab b/target/device/Atmel/root/target_skeleton/etc/fstab new file mode 100644 index 000000000..4302748ca --- /dev/null +++ b/target/device/Atmel/root/target_skeleton/etc/fstab @@ -0,0 +1,9 @@ +# /etc/fstab: static file system information. +# +# <file system> <mount pt> <type> <options> <dump> <pass> +/dev/root / ext2 rw,noauto 0 1 +proc /proc proc defaults 0 0 +devpts /dev/pts devpts defaults,gid=5,mode=620 0 0 +tmpfs /tmp tmpfs defaults 0 0 +sysfs /sys sysfs defaults 0 0 + |