#!/bin/sh

# Mips doesn't have bootable CD support yet.
#
# This file must however exist so that debian-cd doesn't complain about
# lack of "bootable" support.
#
# -- Raphal Hertzog

exit 0

