| 
															
																@@ -3,7 +3,7 @@ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 # Install KVM 
															 | 
															
															 | 
															
																 # Install KVM 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 # bridge-utils are not required but useful for debugging 
															 | 
															
															 | 
															
																 # bridge-utils are not required but useful for debugging 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 apt-get install --no-install-recommends \ 
															 | 
															
															 | 
															
																 apt-get install --no-install-recommends \ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                qemu-system libvirt-clients libvirt-daemon-system ovmf bridge-utils 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                qemu-system qemu-utils libvirt-clients libvirt-daemon-system ovmf bridge-utils 
															 | 
														
													
												
													
														
															| 
															 | 
															
																                  
															 | 
															
															 | 
															
																                  
															 | 
														
													
												
													
														
															| 
															 | 
															
																                  
															 | 
															
															 | 
															
																                  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 # Remove virbr0 NAT interface created during the kvm installation  
															 | 
															
															 | 
															
																 # Remove virbr0 NAT interface created during the kvm installation  
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -41,3 +41,6 @@ rm /tmp/isolated-bridge.xml 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 # List networks 
															 | 
															
															 | 
															
																 # List networks 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 virsh net-list 
															 | 
															
															 | 
															
																 virsh net-list 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+# Allow admin to use libvirt 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+sudo usermod -a -G libvirt admin 
															 |