mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-11-04 00:05:35 -05:00 
			
		
		
		
	This adds a new c program skas-or-tt mostly from uml code which
automates the recognition of whether or not the host kernel has the skas patch applied. Makefile edits itself, and all gui is automated.
This commit is contained in:
		
							parent
							
								
									b7d2a338d7
								
							
						
					
					
						commit
						8c8fd921db
					
				@ -2224,8 +2224,11 @@ sub uml_box {
 | 
			
		||||
					  } # mtd preparations
 | 
			
		||||
					  #############
 | 
			
		||||
 | 
			
		||||
					  # The first argument is important
 | 
			
		||||
					  # to linuxrc, so just append new
 | 
			
		||||
					  # arguments.
 | 
			
		||||
					  if ( $entry_advanced[9] !~ m,mode=, ) {
 | 
			
		||||
					      $entry_advanced[9] = "mode=" . skas_or_tt() . " " . $entry_advanced[9];
 | 
			
		||||
					      $entry_advanced[9] = $entry_advanced[9] . " mode=" . skas_or_tt();
 | 
			
		||||
					  }
 | 
			
		||||
 | 
			
		||||
					  unless ($pid = fork) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user