mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 01:16:35 +00:00 
			
		
		
		
	Add installation instructions for KVM in packages.yaml
This commit is contained in:
		
							parent
							
								
									7f9ba81d28
								
							
						
					
					
						commit
						6e9a94898c
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -16,6 +16,12 @@ pacman:
 | 
			
		|||
    - zsh-syntax-highlighting # colored zsh
 | 
			
		||||
    - zsh-autosuggestions # Suggestions from previous commands
 | 
			
		||||
    # KVM Virtualization
 | 
			
		||||
      # For installation, you'll also have to enable service `libvirtd` and make a new bridge interface
 | 
			
		||||
      # You'll also want to create a new bridge. Use a config file `br10.xml`
 | 
			
		||||
      # This file is already located in `home/.config/network-bridge/br10.xml` if you use dotfiles installation
 | 
			
		||||
      # Then you can define bridge with `virsh net-def br10.xml` and start it `virsh net-start br10`
 | 
			
		||||
      # We will also want to autostart this interface with `virsh net-autostart br10`
 | 
			
		||||
      # If further instructions are necessary, check `https://youtu.be/itZf5FpDcV0` for video tutorial
 | 
			
		||||
    - virt-manager # Frontend GUI for KVM
 | 
			
		||||
    - qemu # Base emulator and virtualizer
 | 
			
		||||
    - qemu-arch-extra # Virtualization for foregin architectures
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue