mirror of
				https://github.com/OpenVoiceOS/OpenVoiceOS
				synced 2025-06-05 22:19:21 +02:00 
			
		
		
		
	Buildroot: Respeaker: We need /dev/mmcblk0p1 to be mounted at /boot
- Otherwise we cannot access the overlays
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user