Update preseed.cfg
This commit is contained in:
		
							parent
							
								
									4ae1cb49cf
								
							
						
					
					
						commit
						6bffcc022b
					
				
							
								
								
									
										10
									
								
								preseed.cfg
								
								
								
								
							
							
						
						
									
										10
									
								
								preseed.cfg
								
								
								
								
							| 
						 | 
					@ -44,15 +44,15 @@ d-i apt-setup/local0/repository string [trusted=yes] https://alice.ufsj.edu.br/p
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Package selection
 | 
					# Package selection
 | 
				
			||||||
tasksel tasksel/first multiselect standard
 | 
					tasksel tasksel/first multiselect standard
 | 
				
			||||||
d-i pkgsel/include string build-essential, alice-full
 | 
					#d-i d-i pkgsel/include string string build-essential, alice-full
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Alice PPA
 | 
					# Alice PPA
 | 
				
			||||||
#d-i preseed/late_command string \
 | 
					d-i preseed/late_command string \
 | 
				
			||||||
#	in-target apt update; \
 | 
						in-target apt update; \
 | 
				
			||||||
#	in-target apt install -y alice-full;
 | 
						in-target apt install -y build-essential alice-full;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install the GRUB bootloader
 | 
					# Install the GRUB bootloader
 | 
				
			||||||
#d-i grub-installer/only_debian boolean true
 | 
					d-i grub-installer/only_debian boolean true
 | 
				
			||||||
#d-i grub-installer/with_other_os boolean true
 | 
					#d-i grub-installer/with_other_os boolean true
 | 
				
			||||||
#d-i grub-installer/skip boolean false
 | 
					#d-i grub-installer/skip boolean false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue