How do I add/append my custom fstab? #56
Unanswered
minecraft2048
asked this question in
Q&A
Replies: 1 comment
-
|
@minecraft2048 You may bbappend the base-files recipe just as Then place your custom fstab file next to your .bbappend. Just make sure your layer has higher prio than |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to mount my NVMe SSD at boot , so I need to add
/dev/nvme0n1p1 /mnt ext4 defaults 0 0to the fstab file.Currently I do that by editing https://github.com/rauc/meta-rauc-community/blob/master/meta-rauc-raspberrypi/recipes-core/base-files/files/fstab , but that modifies the meta-rauc-community layer, so I need to maintain a separate git repo for that.
Is there a way for me to modify the fstab from meta-rauc-community from my own meta layer or local.conf?
Beta Was this translation helpful? Give feedback.
All reactions