From 7ff0752be033fb19993f2e92031e0e3dae12f245 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 29 May 2024 02:44:01 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4831f2d..2a2a08d 100644 --- a/readme.md +++ b/readme.md @@ -108,7 +108,7 @@ kubectl apply -f kubernetes.yml * ### How do I boot without SCSI drivers? - By default, the machine makes use of `virtio-scsi` drives for performance reasons, and even though most Linux kernels bundle the necessary driver for this device, that may not always be the case for some other operating systems. + By default, the machine makes use of `virtio-scsi` drives for performance reasons, and even though most Linux kernels bundle the necessary driver for this device, that may not always be the case for other operating systems. If your machine fails to detect the hard drive, you can modify your compose file to use `virtio-blk` instead: