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

rootfs               /                    auto       defaults              1  1
tmpfs                /var/volatile        tmpfs      defaults              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