merged grml-quickconfig nonblocking branch
[grml-scripts.git] / usr_sbin / noeject
1 #!/bin/sh
2 # Filename:      noeject
3 # Purpose:       wrapper script to avoid ejecting of CD-ROM when rebooting/halt grml system
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 # Latest change: Thu Nov 10 23:18:35 CET 2005 [mika]
8 ################################################################################
9
10 touch /etc/noeject
11 exec $*
12
13 ## END OF FILE #################################################################