mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-10-30 23:25:36 -04:00 
			
		
		
		
	This completes the init and mtd_init recognization .. added single.
This commit is contained in:
		
							parent
							
								
									967df903ea
								
							
						
					
					
						commit
						ecc03b1980
					
				| @ -1806,8 +1806,9 @@ sub uml_box { | ||||
| 						      $init =~ s/\'//g; | ||||
| 						      $init =~ s/\///;      | ||||
| 						  } | ||||
| 						  elsif ( m,\s+([0-9A-CS]{1}), )  { | ||||
| 						      $init  = $1; | ||||
| 						  elsif ( m,\s+([0-9A-CS]{1})|\s+(single), )  { | ||||
| 						      $init  = $1 if $1;  | ||||
| 						      $init = $2 if $2; | ||||
| 						      chomp $init;                                | ||||
| 						      $init = "sbin/init " . $init; | ||||
| 						  } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user