Skip to content

Instantly share code, notes, and snippets.

View maffblaster's full-sized avatar
🍕
Pizza is delicious!

Matthew Marchese maffblaster

🍕
Pizza is delicious!
View GitHub Profile
@maffblaster
maffblaster / howto
Created January 11, 2017 07:15 — forked from likewhoa/howto
code that generates a UEFI capable ISO for Gentoo Linux
$ cat mkefiboot
#!/bin/bash
macbootimg() {
python /usr/lib/python3.3/site-packages/livedvd/mkefiboot -a -l "Gentoo Linux" -i gentoo.icns -p "Gentoo Linux" efi/boot macboot.img
}
efiimg() {
local mountdir
mountdir=$(mktemp -d)