armh-mcom02: add gpu/drm to initd

Allows you to enable graphical output at the initrd stage.
This commit is contained in:
Anton Midyukov 2021-09-14 16:21:47 +07:00
parent 5f85140ade
commit 76f5cd1ce7

View File

@ -0,0 +1,3 @@
#!/bin/sh
echo 'MODULES_TRY_ADD += drivers/gpu/drm' >> /etc/initrd.mk