From: Mika Laitio Date: Sat, 13 May 2006 14:43:24 +0000 (+0200) Subject: base-files/h6300/fstab: add h6300 specific fstab X-Git-Tag: familiar-v0.8.4-rc2.3-tag~15 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=18485448061ef4c9f741a75cb1c9c9f53403bf24;p=familiar-h63xx-build.git base-files/h6300/fstab: add h6300 specific fstab --- 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