mirror of
				https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git
				synced 2023-10-10 11:37:40 +00:00 
			
		
		
		
	cleanup
This commit is contained in:
		| @@ -280,8 +280,8 @@ proc ::rmupdate::get_partitions {{device ""}} { | ||||
|  | ||||
| 	foreach d [split $data "\n"] { | ||||
| 		if {[regexp {Disk\s+(\S+):.*\s(\d+)\s+bytes} $d match dev size]} { | ||||
| 			if {[regexp {/dev/ram} $dev]} {                                                                       | ||||
| 				continue                                                                                      | ||||
| 			if {[regexp {/dev/ram} $dev]} { | ||||
| 				continue | ||||
| 			} | ||||
| 			set partitions(${dev}::0::partition) 0 | ||||
| 			set partitions(${dev}::0::disk_device) $dev | ||||
|   | ||||
		Reference in New Issue
	
	Block a user