Update preseed.cfg
This commit is contained in:
		
							parent
							
								
									f67acb5f5e
								
							
						
					
					
						commit
						e00cb4f794
					
				
							
								
								
									
										12
									
								
								preseed.cfg
								
								
								
								
							
							
						
						
									
										12
									
								
								preseed.cfg
								
								
								
								
							| 
						 | 
					@ -1,12 +1,8 @@
 | 
				
			||||||
# Preseed configuration file for Debian installation
 | 
					# Set the language to Brazilian Portuguese
 | 
				
			||||||
 | 
					d-i debian-installer/language string pt
 | 
				
			||||||
# Localization
 | 
					 | 
				
			||||||
d-i debian-installer/locale string pt_BR
 | 
					 | 
				
			||||||
d-i debian-installer/language string pt_BR
 | 
					 | 
				
			||||||
d-i debian-installer/country string BR
 | 
					d-i debian-installer/country string BR
 | 
				
			||||||
d-i debian-installer/localechooser/locale string pt_BR.UTF-8
 | 
					d-i debian-installer/locale string pt_BR.UTF-8
 | 
				
			||||||
d-i keyboard-configuration/xkb-keymap select br
 | 
					d-i localechooser/supported-locales multiselect pt_BR.UTF-8, en_US.UTF-8
 | 
				
			||||||
d-i keyboard-configuration/xkb-model select abnt2
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Network configuration
 | 
					# Network configuration
 | 
				
			||||||
d-i netcfg/choose_interface select auto
 | 
					d-i netcfg/choose_interface select auto
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue