Skip to content

Instantly share code, notes, and snippets.

View agusvama's full-sized avatar
:octocat:

Agus Vama agusvama

:octocat:
View GitHub Profile
@agusvama
agusvama / 40_custom
Created September 8, 2016 03:05
Grub entries for Arch and Slackware
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
#Arch
menuentry "Arch Linux is 4 cr8zy people" {
echo "Wake up Neo"
set root=(hd0,gpt6)
linux /boot/vmlinuz-linux root=/dev/sda6