aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core-ivi/base-files/base-files/fstab
blob: c0c4e1c70b9f1c6e572a75cc3436862491831ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# stock fstab - you probably want to override this with a machine specific one

rootfs               /                    auto       defaults              1  1
proc                 /proc                proc       defaults              0  0
devpts               /dev/pts             devpts     mode=0620,gid=5       0  0
usbdevfs             /proc/bus/usb        usbdevfs   noauto                0  0
tmpfs                /media/ram           tmpfs      defaults              0  0

# uncomment this if your device has a SD/MMC/Transflash slot
#/dev/mmcblk0p1       /media/card          auto       defaults,sync,noauto  0  0