From 1ad62a79a7179209ca28edcb81014507800a0c4c Mon Sep 17 00:00:00 2001 From: Jacob Pyke Date: Tue, 14 Jul 2020 22:48:41 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d94d64b..cd08b08 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,9 @@ nano /boot/loader/entries/manjaro.conf 26. Paste in the block of text below (Note for beginners to paste into a terminal its usually control + shift + v) ``` title Manjaro Linux -linux /vmlinuz-linux56-mbp +linux /vmlinuz-5.6-x86_64-mbp initrd /intel-ucode.img -initrd /initramfs-linux56-mbp.img +initrd /initramfs-5.6-x86_64-mbp.img options root="UUID={change_this_value}" rw ``` 27. Change back to your other terminal with the values, And copy the UUID from the other terminal, replacing {change_this_value} (Including the brackets).