From f3f84bc7d90826835f2eefdd1841a269feac8ee0 Mon Sep 17 00:00:00 2001 From: Paulo Rodrigues Date: Wed, 28 Sep 2022 01:46:19 -0300 Subject: [PATCH] Update nvidiawayland.mdx (#10) Fix error type. Signed-off-by: Paulo Rodrigues Signed-off-by: Paulo Rodrigues --- crystal-linux/nvidiawayland.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal-linux/nvidiawayland.mdx b/crystal-linux/nvidiawayland.mdx index 3a55a4e..c6844df 100644 --- a/crystal-linux/nvidiawayland.mdx +++ b/crystal-linux/nvidiawayland.mdx @@ -11,7 +11,7 @@ MODULES=() ``` you want to add the modules in the parentheses, the module names are seperated by spaces, in the end the line should look like this: ``` -MODLUES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm) +MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm) ``` To save the file you have to press `CTRL+O` and to quit `CTRL+X` Now you want to generate the initramfs: