Browse Source

Add virtIO disks

pull/427/head
Xavier Petit 5 years ago
parent
commit
bc5265c133
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      scripts/install_client.sh

2
scripts/install_client.sh

@ -10,7 +10,7 @@ cd $script_dir
. set.sh
disk=$(lsblk -o tran,kname,hotplug,type,fstype -pr |
grep -e nvme -e sata -e sas -e ata |
grep -e nvme -e sata -e sas -e ata -e vda |
grep '0 disk' |
cut -d' ' -f2 |
sort |

Loading…
Cancel
Save