Created
February 20, 2018 19:16
-
-
Save kewlfft/5c55563bf6b37174600431ccc88b9a99 to your computer and use it in GitHub Desktop.
manjaro menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
menuentry "My Manjaro" { | |
search --set=root --label manjaro | |
linux /boot/vmlinuz-4.15-x86_64 root=LABEL=manjaro rw | |
initrd /boot/intel-ucode.img /boot/initramfs-4.15-x86_64.img | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment