Update preseed.cfg
This commit is contained in:
		
							parent
							
								
									9ca4458985
								
							
						
					
					
						commit
						751cb89837
					
				| 
						 | 
					@ -40,14 +40,14 @@ d-i passwd/username string alice
 | 
				
			||||||
#d-i passwd/user-password password user_password
 | 
					#d-i passwd/user-password password user_password
 | 
				
			||||||
#d-i passwd/user-password-again password user_password
 | 
					#d-i passwd/user-password-again password user_password
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Alice PPA
 | 
					 | 
				
			||||||
d-i preseed/late_command string \
 | 
					 | 
				
			||||||
    echo "deb [trusted=yes] https://alice.ufsj.edu.br/ppa stable main" >> /target/etc/apt/sources.list;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Package selection
 | 
					# Package selection
 | 
				
			||||||
tasksel tasksel/first multiselect standard
 | 
					tasksel tasksel/first multiselect standard
 | 
				
			||||||
d-i pkgsel/include string build-essential
 | 
					d-i pkgsel/include string build-essential
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Alice PPA
 | 
				
			||||||
 | 
					d-i preseed/late_command string \
 | 
				
			||||||
 | 
					    echo "deb [trusted=yes] https://alice.ufsj.edu.br/ppa stable main" >> /target/etc/apt/sources.list;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
d-i preseed/late_command string \
 | 
					d-i preseed/late_command string \
 | 
				
			||||||
	in-target apt-get update; \
 | 
						in-target apt-get update; \
 | 
				
			||||||
	in-target apt-get install -y alice-full;
 | 
						in-target apt-get install -y alice-full;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue