Home
last modified time | relevance | path

Searched refs:DISKTYPE (Results 1 – 1 of 1) sorted by relevance

/scripts/
A Drun-zircon64 DISKTYPE=
149 disktype=*) DISKTYPE=${OPTARG#*=};;
273 if [[ -z $DISKTYPE ]]; then
275 DISKTYPE="virtio"
277 DISKTYPE="ahci"
282 if [[ "$DISKTYPE" == "virtio" ]]; then
284 elif [[ "$DISKTYPE" == "ahci" ]]; then
286 elif [[ "$DISKTYPE" == "nvme" ]]; then
289 echo unrecognized disk type \"$DISKTYPE\"

Completed in 3 milliseconds