fix: removed override language macro that sets language to english (#44)
The default is all languages and not just english.
This commit is contained in:
		
							parent
							
								
									3822a95314
								
							
						
					
					
						commit
						acbe229a3d
					
				
							
								
								
									
										3
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										3
									
								
								Makefile
								
								
								
								
							| 
						 | 
					@ -51,7 +51,8 @@ lorax_templates/%.tmpl: lorax_templates/%.tmpl.in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Step 2: Build boot.iso using Lorax
 | 
					# Step 2: Build boot.iso using Lorax
 | 
				
			||||||
boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl
 | 
					boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.tmpl
 | 
				
			||||||
	rm -Rf $(_BASE_DIR)/results
 | 
						rm -Rf $(_BASE_DIR)/results || true
 | 
				
			||||||
 | 
						rm /etc/rpm/macros.image-language-conf || true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	# Set the enrollment password
 | 
						# Set the enrollment password
 | 
				
			||||||
	sed 's/@ENROLLMENT_PASSWORD@/$(ENROLLMENT_PASSWORD)/' $(_BASE_DIR)/scripts/enroll-secureboot-key.sh.in > $(_BASE_DIR)/scripts/enroll-secureboot-key.sh
 | 
						sed 's/@ENROLLMENT_PASSWORD@/$(ENROLLMENT_PASSWORD)/' $(_BASE_DIR)/scripts/enroll-secureboot-key.sh.in > $(_BASE_DIR)/scripts/enroll-secureboot-key.sh
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue