diff options
author | Mika Laitio <lamikr@cc.jyu.fi> | 2006-05-13 16:43:24 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 16:43:24 +0200 |
commit | 18485448061ef4c9f741a75cb1c9c9f53403bf24 (patch) | |
tree | ffadc1c15c6bb1c465ac1e62d803eae70bb1c223 | |
parent | 023244a1392b8391987baebd16e7206f8a258565 (diff) |
base-files/h6300/fstab: add h6300 specific fstab
-rw-r--r-- | org.handhelds.familiar/packages/base-files/base-files/h6300/fstab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/base-files/base-files/h6300/fstab b/org.handhelds.familiar/packages/base-files/base-files/h6300/fstab new file mode 100644 index 0000000..7204361 --- /dev/null +++ b/org.handhelds.familiar/packages/base-files/base-files/h6300/fstab @@ -0,0 +1,8 @@ +rootfs / auto defaults 1 1 +proc /proc proc defaults 0 0 +sys /sys sysfs defaults 0 0 +tmpfs /var tmpfs defaults 0 0 +#The devpts file system provides an interface to pseudo terminal (pty) devices. +devpts /dev/pts devpts mode=0620,gid=5 0 0 +#Mount first partition from the mmc card. +/dev/mmcblk0p1 /media/card auto defaults,sync,noauto,noatime,exec,suid 0 0 |