forked from roots/phyllomeos
correct path for virsh pool
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# It is then executed once upon first-boot as a systemd-unit
|
||||
|
||||
# virsh command fail. would need to fetch a script and execute post-launch with a delay, for example using a systemd unit
|
||||
virsh pool-define-as iso dir /var/lib/libvirt/iso/ # Make libvirt aware of this new directory by creating a so-called 'pool'.
|
||||
virsh pool-define-as iso dir - - - - /var/lib/libvirt/iso/ # Make libvirt aware of this new directory by creating a so-called 'pool'.
|
||||
virsh pool-build iso # Build the pool
|
||||
virsh pool-start iso # Start it
|
||||
virsh pool-autostart iso # Set-it to autostart
|
||||
|
Reference in New Issue
Block a user