mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-11-03 12:45:47 +01:00 
			
		
		
		
	fix nandwrite
This commit is contained in:
		@@ -21,6 +21,10 @@ if [ -f /tmp/zImage ];  then
 | 
				
			|||||||
    rm -f /tmp/zImage    
 | 
					    rm -f /tmp/zImage    
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if [ ! -f /bin/busybox.nosuid ];  then
 | 
				
			||||||
 | 
					        ln -sf "busybox" "/bin/busybox.nosuid"   
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
KERNEL=`uname -r` 
 | 
					KERNEL=`uname -r` 
 | 
				
			||||||
IMAGE=ImageBoot
 | 
					IMAGE=ImageBoot
 | 
				
			||||||
IMAGENEXTBOOT=/ImageBoot/.neonextboot
 | 
					IMAGENEXTBOOT=/ImageBoot/.neonextboot
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user