Skip to content

Instantly share code, notes, and snippets.

View Jorgeelalto's full-sized avatar
🦎

Jorge Marcos Chávez Jorgeelalto

🦎
View GitHub Profile
#!/bin/bash
# Script to generate an EFI entry in arch
# so that there is no need for a boot manager,
# as kernel is directly launched from EFI boot process
# Tailored for and tested on a Thinkpad x220
# by metroid2010
# uncomment to disable the creation of a fallback entry
#NO_FALLBACK=1