Cleaning installation process
Make the installation process a bit more easy to follow
This commit is contained in:
@@ -14,20 +14,11 @@ As of now, `netboot.xyz` is one of the main way to deploy or use a guest operati
|
||||
|
||||
## Preparation
|
||||
|
||||
By default, `netboot.xyz.iso` should already be located under `var/lib/libvirt/iso`. If it's not the case, please use the following command to fetch it, or navigate to [the website](https://netboot.xyz/):
|
||||
By default, `netboot.xyz.iso` should already be located under `var/lib/libvirt/image/iso`. If it's not the case, please use the following command to fetch it, or navigate to [the website](https://netboot.xyz/):
|
||||
|
||||
```
|
||||
wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso -P /var/lib/libvirt/iso/
|
||||
wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso -P /var/lib/libvirt/image/iso/
|
||||
```
|
||||
## Run the script
|
||||
|
||||
The following script, which also doesn't require root privileges, will create a virtual machine called `my-first-live-vm`. This virtual machine will be started automatically and added to `virt-manager`.
|
||||
|
||||
```
|
||||
/usr/sbin/create-live-vm.sh
|
||||
```
|
||||
*Notice the new icon under QEMU/KVM: this is the new virtual machine that has just been created. Go to the section to learn how to interact with it.*
|
||||
|
||||

|
||||
|
||||
## Access your virtual machine display
|
||||
|
||||
Reference in New Issue
Block a user