Searched refs:DISKTYPE (Results 1 – 1 of 1) sorted by relevance
64 DISKTYPE=149 disktype=*) DISKTYPE=${OPTARG#*=};;273 if [[ -z $DISKTYPE ]]; then275 DISKTYPE="virtio"277 DISKTYPE="ahci"282 if [[ "$DISKTYPE" == "virtio" ]]; then284 elif [[ "$DISKTYPE" == "ahci" ]]; then286 elif [[ "$DISKTYPE" == "nvme" ]]; then289 echo unrecognized disk type \"$DISKTYPE\"
Completed in 3 milliseconds