Buildroot: Respeaker: We need /dev/mmcblk0p1 to be mounted at /boot

- Otherwise we cannot access the overlays
This commit is contained in:
Peter Steenbergen 2018-11-02 23:01:47 +01:00
parent 5a0097334a
commit 2d77d26a62
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/root / ext2 rw,noauto 0 1
/dev/mmcblk0p1 /boot vfat defaults 0 2
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620,ptmxmode=0666 0 0
tmpfs /dev/shm tmpfs mode=0777 0 0