mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-20 21:11:22 +01:00
Buildroot: Respeaker: We need /dev/mmcblk0p1 to be mounted at /boot
- Otherwise we cannot access the overlays
This commit is contained in:
parent
5a0097334a
commit
2d77d26a62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user