#!/bin/sh

if [ $# != 2 ] ; then
    echo "mkcdboot <isomountpoint> <isoimage>"
    exit 1
fi

silo -r $1 -c $2 -l /etc/welcome.msg,/boot/vmlinux64.gz,/boot/vmlinux32.gz,/images/ramdisk.img
