Change default SYSTEM_DISK_TYPE=ide
authorMartin Schwenke <martin@meltin.net>
Tue, 1 May 2012 00:30:29 +0000 (10:30 +1000)
committerMartin Schwenke <martin@meltin.net>
Tue, 1 May 2012 00:30:29 +0000 (10:30 +1000)
SCSI not supported on RHEL, so change to a default that is supported.

Remember that virtio system disks won't work with useful
caching... although I haven't test that lately.

Signed-off-by: Martin Schwenke <martin@meltin.net>
config.d/00base.defconf

index d1df89ea81987767bd21cd0423fb6cdbbfdbf37d..aed39c5e5947c0119c396e06b5ec13abb3dbbba5 100644 (file)
@@ -70,7 +70,7 @@ defconf BASE_TEMPLATES "$installdir/base" \
 defconf BASE_FORMAT "qcow2" \
        "<fmt>" "format to use for the qemu base images"
 
-defconf SYSTEM_DISK_TYPE "scsi" \
+defconf SYSTEM_DISK_TYPE "ide" \
        "scsi|ide|virtio" "type of disks to use in nodes"
 
 rhel_disk_prefix ()