X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Finit.d%2Fgrml-reboot;h=6257422bdacadab1a30691327c502ca64e35112f;hb=764d592476166cd5d58f052675c4bf66527f30da;hp=8cf0bb18f0dab5243d640cd6d7a677376b3bb2ef;hpb=f13143ff00df111278513f08807bd3cbfa4b12bd;p=grml-etc.git diff --git a/etc/init.d/grml-reboot b/etc/init.d/grml-reboot index 8cf0bb1..6257422 100755 --- a/etc/init.d/grml-reboot +++ b/etc/init.d/grml-reboot @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper, (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Tue May 20 01:28:38 CEST 2008 [mika] ################################################################################ export PATH=/sbin:/bin:/usr/bin:/usr/sbin @@ -131,12 +130,6 @@ log_begin_msg "Deactivating udev:" echo -n " ${GREEN}-${NORMAL} " /etc/init.d/udev stop ; log_end_msg $? -if [ -z "$INSTALLED" ] ; then - mkdir -p /dev/pts - cp -a /GRML/dev/console /GRML/dev/tty[0-9]* /GRML/dev/loop* /GRML/dev/initctl /GRML/dev/null /dev/ - ln -s /GRML/dev/* /dev/ 2>/dev/null -fi - # Read in boot parameters CMDLINE="$(cat /proc/cmdline 2>/dev/null)" # noprompt or noeject option given?