From 1e9e8df2b53f72052d6ec984e145c2d125447606 Mon Sep 17 00:00:00 2001 From: rickellis Date: Wed, 14 Mar 2018 06:16:28 -0600 Subject: [PATCH] Updated docs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9538d2..ba3dec4 100644 --- a/README.md +++ b/README.md @@ -261,9 +261,13 @@ Now __delete everything__ in that file and add the following info. Make sure to initrd /initramfs-linux.img options cryptdevice=UUID=YOUR-UUID:vg root=/dev/mapper/vg-root quiet rw -On that last line you can also add a default monitor resolution to be applied during boot: +__Note:__ If you installed the `intel-ucode` package your arch.conf file will have an additional line: - options cryptdevice=UUID=YOUR-UUID:vg root=/dev/mapper/vg-root quiet rw video=2560x1440 + title Arch Linux + linux /vmlinuz-linux + initrd /intel-ucode.img + initrd /initramfs-linux.img + options cryptdevice=UUID=YOUR-UUID:vg root=/dev/mapper/vg-root quiet rw ### Update Bootloader