--- alx-src/trunk/alxinstall-ng/bin/alxinstall-ng.sh 2011/06/15 08:47:04 2387 +++ alx-src/trunk/alxinstall-ng/bin/alxinstall-ng.sh 2011/06/15 08:51:38 2388 @@ -434,7 +434,7 @@ # check for special devices/clients: # if zotac a zotac and the disk is a removeable device, then add rootdelay to kernelcmd local removable=0 - if [[ ! -z $(lspci -v | grep -i zotac) ]] + if [[ ! -z $(hwinfo --bios --storage | grep -i zotac) ]] then for i in /sys/block/[hs]d*/removable do