mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-11-04 19:51:10 +00:00
comment out some code
This commit is contained in:
parent
8692ae5989
commit
fa999e2f2c
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
usermod -a -G libvirt $(whoami) # add current user to the libvirt group
|
||||
# usermod -a -G libvirt $(whoami) # add current user to the libvirt group
|
||||
|
||||
# virsh commands fail in a kickstart environment (chroot or not it seems). 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'.
|
||||
|
Loading…
Reference in New Issue
Block a user