mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Incorporate additional changes into generation
This commit is contained in:
		
							parent
							
								
									d1d7920f0a
								
							
						
					
					
						commit
						cc62b5ac78
					
				
					 4 changed files with 23 additions and 9 deletions
				
			
		|  | @ -635,9 +635,10 @@ additional line to your virtual machine configuration: | ||||||
| 
 | 
 | ||||||
| -   `network="br0"` | -   `network="br0"` | ||||||
| 
 | 
 | ||||||
| If you want to have a persistent MAC address for your bridged network interface | If you want to have a persistent MAC address for your bridged network | ||||||
| in the gust VM you can add `macaddr` to the virtual machine configuration. QEMU | interface in the guest VM you can add `macaddr` to the virtual machine | ||||||
| requires that the MAC address is in the range: **52:54:00:AB:00:00 - 52:54:00:AB:FF:FF** | configuration. QEMU requires that the MAC address is in the range: | ||||||
|  | **52:54:00:AB:00:00 - 52:54:00:AB:FF:FF** | ||||||
| 
 | 
 | ||||||
| So you can generate your own MAC addresses with: | So you can generate your own MAC addresses with: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1 +1 @@ | ||||||
| Subproject commit aa63963073cda6f776dbbefc60b784a5425be6a9 | Subproject commit 767adf6ba0d7c69af481cc3a87c31bd17d484cdd | ||||||
|  | @ -35,7 +35,6 @@ These are the options and defaults for the <vm>.conf file | ||||||
| \f[C] | \f[C] | ||||||
| # Lowercase variables are used in the VM config file only | # Lowercase variables are used in the VM config file only | ||||||
| boot=\[dq]efi\[dq] | boot=\[dq]efi\[dq] | ||||||
| bridge=\[dq]\[dq] |  | ||||||
| cpu_cores=\[dq]\[dq] | cpu_cores=\[dq]\[dq] | ||||||
| disk_img=\[dq]\[dq] | disk_img=\[dq]\[dq] | ||||||
| disk_size=\[dq]\[dq] | disk_size=\[dq]\[dq] | ||||||
|  | @ -44,7 +43,9 @@ floppy=\[dq]\[dq] | ||||||
| guest_os=\[dq]linux\[dq] | guest_os=\[dq]linux\[dq] | ||||||
| img=\[dq]\[dq] | img=\[dq]\[dq] | ||||||
| iso=\[dq]\[dq] | iso=\[dq]\[dq] | ||||||
|  | macaddr=\[dq]\[dq] | ||||||
| macos_release=\[dq]\[dq] | macos_release=\[dq]\[dq] | ||||||
|  | network=\[dq]\[dq] | ||||||
| port_forwards=() | port_forwards=() | ||||||
| preallocation=\[dq]off\[dq] | preallocation=\[dq]off\[dq] | ||||||
| ram=\[dq]\[dq] | ram=\[dq]\[dq] | ||||||
|  | @ -97,6 +98,7 @@ disk_img=\[dq]windows-11/disk.qcow2\[dq] | ||||||
| iso=\[dq]windows-11/Win11_EnglishInternational_x64.iso\[dq] | iso=\[dq]windows-11/Win11_EnglishInternational_x64.iso\[dq] | ||||||
| fixed_iso=\[dq]windows-11/virtio-win.iso\[dq] | fixed_iso=\[dq]windows-11/virtio-win.iso\[dq] | ||||||
| tpm=\[dq]on\[dq] | tpm=\[dq]on\[dq] | ||||||
|  | secureboot=\[dq]on\[dq] | ||||||
| \f[R] | \f[R] | ||||||
| .fi | .fi | ||||||
| .IP \[bu] 2 | .IP \[bu] 2 | ||||||
|  | @ -227,9 +229,19 @@ Add this additional line to your virtual machine configuration: | ||||||
| .SH Bridged networking | .SH Bridged networking | ||||||
| .PP | .PP | ||||||
| Connect your virtual machine to a preconfigured network bridge. | Connect your virtual machine to a preconfigured network bridge. | ||||||
| Add an additional line to your virtual machine configuration | Add an additional line to your virtual machine configuration: | ||||||
| .IP \[bu] 2 | .IP \[bu] 2 | ||||||
| \f[V]network=\[dq]br0\[dq]\f[R] | \f[V]network=\[dq]br0\[dq]\f[R] | ||||||
|  | .PP | ||||||
|  | If you want to have a persistent MAC address for your bridged network | ||||||
|  | interface in the guest VM you can add \f[V]macaddr\f[R] to the virtual | ||||||
|  | machine configuration. | ||||||
|  | QEMU requires that the MAC address is in the range: | ||||||
|  | \f[B]52:54:00:AB:00:00 - 52:54:00:AB:FF:FF\f[R] | ||||||
|  | .PP | ||||||
|  | So you can generate your own MAC addresses with: | ||||||
|  | .IP \[bu] 2 | ||||||
|  | \f[V]macaddr=\[dq]52:54:00:AB:51:AE\[dq]\f[R] | ||||||
| .SH USB redirection | .SH USB redirection | ||||||
| .PP | .PP | ||||||
| Quickemu supports USB redirection via SPICE pass-through and host | Quickemu supports USB redirection via SPICE pass-through and host | ||||||
|  |  | ||||||
|  | @ -208,9 +208,10 @@ additional line to your virtual machine configuration: | ||||||
| 
 | 
 | ||||||
| -   `network="br0"` | -   `network="br0"` | ||||||
| 
 | 
 | ||||||
| If you want to have a persistent MAC address for your bridged network interface | If you want to have a persistent MAC address for your bridged network | ||||||
| in the gust VM you can add `macaddr` to the virtual machine configuration. QEMU | interface in the guest VM you can add `macaddr` to the virtual machine | ||||||
| requires that the MAC address is in the range: **52:54:00:AB:00:00 - 52:54:00:AB:FF:FF** | configuration. QEMU requires that the MAC address is in the range: | ||||||
|  | **52:54:00:AB:00:00 - 52:54:00:AB:FF:FF** | ||||||
| 
 | 
 | ||||||
| So you can generate your own MAC addresses with: | So you can generate your own MAC addresses with: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue