summaryrefslogtreecommitdiff
path: root/recipes-core/base-files/base-files/fstab
blob: 6ccd03838c9a4e0b577a0ae68aa61333d106ab15 (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/boot-part       /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