#!/bin/sh mkdir -p "${1}/iso/boot/grub" cp "$2" "${1}/iso/boot/grub" cp "$3" "${1}/iso/boot/nrvn.bin" grub-mkrescue -o "$4" "${1}/iso"