diff --git a/airootfs/etc/holoinstall/pre_install/mkinitcpio.conf b/airootfs/etc/holoinstall/pre_install/mkinitcpio.conf index 1f44c40..20ca01c 100644 --- a/airootfs/etc/holoinstall/pre_install/mkinitcpio.conf +++ b/airootfs/etc/holoinstall/pre_install/mkinitcpio.conf @@ -4,7 +4,7 @@ # run. Advanced users may wish to specify all system modules # in this array. For instance: # MODULES=(usbhid xhci_hcd) -MODULES=() +MODULES=(amdgpu i915) # BINARIES # This setting includes any additional binaries a given user may @@ -49,7 +49,7 @@ FILES=() # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr and fsck hooks. -HOOKS=(base udev plymouth autodetect modconf kms keyboard keymap consolefont block filesystems fsck) +HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block filesystems fsck plymouth) # COMPRESSION # Use this to compress the initramfs image. By default, zstd compression