#!/bin/sh

mkisofs -r \
	-b boot/grub/stage2_eltorito \
	-no-emul-boot \
	-boot-load-size 4 \
	-boot-info-table \
	-m CVS \
	-o ../grub-cd.iso \
	.

