Skip to content

Instantly share code, notes, and snippets.

View gustingonzalez's full-sized avatar

Agustín González gustingonzalez

  • Argentina
View GitHub Profile
@gustingonzalez
gustingonzalez / create-systemd-efi-image.sh
Last active October 1, 2022 23:58
Generates an EFI unified kernel image based on a systemd stub
#!/bin/bash
# Generates an EFI image based on a systemd stub.
OUTPUT_PATH=$1
OSREL_PATH=$2
CMDLINE_PATH=$3
SPLASH_PATH=$4
INITRD_PATH=$5
LINUX_PATH=$6