#!/bin/sh
# Filename:      noeject
# Purpose:       wrapper script to avoid ejecting of CD-ROM when rebooting/halt grml system
# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
# Bug-Reports:   see http://grml.org/bugs/
# License:       This file is licensed under the GPL v2.
################################################################################

touch /etc/noeject
exec "$@"

## END OF FILE #################################################################
