mirror of
				https://github.com/DigitalDevices/octonet.git
				synced 2023-10-10 11:36:52 +00:00 
			
		
		
		
	Added some diagnostic for intstalling from USB
This commit is contained in:
		@@ -19,9 +19,12 @@ case "$1" in
 | 
			
		||||
	if [ "$img" = "" ]; then
 | 
			
		||||
	    sleep 5
 | 
			
		||||
	    if [ -e /dev/sda1 ]; then
 | 
			
		||||
		mount /dev/sda1 /mnt
 | 
			
		||||
		cp /mnt/octonet.*.img /config
 | 
			
		||||
		umount /mnt
 | 
			
		||||
         mount -r /dev/sda1 /mnt
 | 
			
		||||
         ls -l --color=never /mnt
 | 
			
		||||
         cp /mnt/octonet.*.img /config
 | 
			
		||||
         ls -l --color=never /config
 | 
			
		||||
         sha256sum /config/octonet.*.img
 | 
			
		||||
         umount /mnt
 | 
			
		||||
	    fi
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user