#!/bin/sh
# This is the post install script for Generic EFI devices!

# Regenerate Grub config
grub-mkconfig -o /boot/grub/grub.cfg

# Stop the service after first boot
systemctl disable generic-efi-post-install
