]> git.proxmox.com Git - pve-installer.git/blobdiff - proxinstall
hd_list: skip all devices with iso9660 as FS
[pve-installer.git] / proxinstall
index c8cdf21bb56194dae711b1d0e9cd26a5188160fe..9aa38e5b35a2e37d1a065d3aa17185166fcc8605 100755 (executable)
@@ -592,6 +592,7 @@ sub hd_list {
        next if $info !~ m/^E: DEVTYPE=disk$/m;
 
        next if $info =~ m/^E: ID_CDROM/m;
+       next if $info =~ m/^E: ID_FS_TYPE=iso9660/m;
 
        my ($name) = $info =~ m/^N: (\S+)$/m;