renesas-rcar / meta-renesas

MIT License
52 stars 80 forks source link

base-files_%.bbappend : why separate fstab ? #22

Open dl9pf opened 4 years ago

dl9pf commented 4 years ago

bsp/meta-renesas/meta-rcar-gen3/recipes-core/base-files/base-files/fstab:

# stock fstab - you probably want to override this with a machine specific one

/dev/root            /                    auto       defaults              1  1
proc                 /proc                proc       defaults              0  0
devpts               /dev/pts             devpts     mode=0620,gid=5       0  0
tmpfs                /run                 tmpfs      mode=0755,nodev,nosuid,strictatime 0  0
tmpfs                /var/volatile        tmpfs      uid=65534,gid=65534              0  0

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

--> why is this needed over the stock yocto fstab ?????

khangnguyenrvc commented 4 years ago

Hi @dl9pf

why is this needed over the stock yocto fstab ????? It is mentioned at 1feca724cafb604db9075d9b640785a1d96758f3