Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dl9pf opened this issue Jul 1, 2020 · 1 comment
Open

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

dl9pf opened this issue Jul 1, 2020 · 1 comment

Comments

@dl9pf
Copy link

dl9pf commented Jul 1, 2020

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
Copy link
Contributor

Hi @dl9pf

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants