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

/dev/root            /                    auto       noatime               1  1
/dev/emmc-part1      /boot                auto       noatime,noauto        0  0
proc                 /proc                proc       defaults              0  0
devpts               /dev/pts             devpts     mode=0620,ptmxmode=0666,gid=5      0  0
tmpfs                /run                 tmpfs      mode=0755,nodev,nosuid,strictatime 0  0
tmpfs                /var/volatile        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