Skip to content

Instantly share code, notes, and snippets.

@Korvox
Created January 9, 2013 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Korvox/4493325 to your computer and use it in GitHub Desktop.
Save Korvox/4493325 to your computer and use it in GitHub Desktop.
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-37a3894e-73d3-445f-8a67-2fb6f52e6674' {
insmod ext2
search --no-floppy --fs-uuid --set=root 0bb12a49-73d0-4c8c-a855-967cdfbc0ae6
linux /vmlinuz-linux root=UUID=37a3894e-73d3-445f-8a67-2fb6f52e6674
initrd /initramfs-linux.img
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment