From 034d2e2e3719d96c4ef14ea859af72d7b5db311f Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Mon, 15 Feb 2021 13:58:50 +0000 Subject: [PATCH] Add ahci module - closes #64 Without this module it isn't possible to see any attached SATA devices once booted, even when booting from SATA based disks. As discussed in the associated issue the OpenStack Nova project is looking to test the `q35` machine type that requires the use of SATA based cdrom config drives. Including and loading this module allows these config drives to be seen correctly within launched instances. --- src/etc/modules | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/modules b/src/etc/modules index aef8eec..8f6c77c 100644 --- a/src/etc/modules +++ b/src/etc/modules @@ -49,3 +49,4 @@ ip_tables cdrom sr_mod sg +ahci