Add amdgpu and mgag200 to the archiso_kms mkinitcpio hook
See https://wiki.archlinux.org/index.php/Kernel_mode_setting#Early_KMS_start .
This commit is contained in:
parent
1b2a7b58ce
commit
24a68d5879
@ -1,9 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
add_module "amdgpu"
|
||||||
add_module "radeon"
|
add_module "radeon"
|
||||||
add_module "nouveau"
|
add_module "nouveau"
|
||||||
add_module "i915"
|
add_module "i915"
|
||||||
|
add_module "mgag200"
|
||||||
add_module "via-agp"
|
add_module "via-agp"
|
||||||
add_module "sis-agp"
|
add_module "sis-agp"
|
||||||
add_module "intel-agp"
|
add_module "intel-agp"
|
||||||
|
Loading…
Reference in New Issue
Block a user