/etc/init.d/grml-reboot: do no longer access files in /GRML/dev/. v1.1.7
authorMichael Prokop <mika@grml.org>
Sun, 5 Oct 2008 22:03:16 +0000 (00:03 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 5 Oct 2008 22:03:16 +0000 (00:03 +0200)
debian/changelog
etc/init.d/grml-reboot

index b516163..3c70e23 100644 (file)
@@ -1,3 +1,10 @@
+grml-etc (1.1.7) unstable; urgency=low
+
+  * /etc/init.d/grml-reboot: do no longer access files in /GRML/dev/.
+    [Testing: issue545]
+
+ -- Michael Prokop <mika@grml.org>  Mon, 06 Oct 2008 00:02:30 +0200
+
 grml-etc (1.1.6) unstable; urgency=low
 
   * Add support for swedish locales, thanks to Martin Karresand.
index 8cf0bb1..6257422 100755 (executable)
@@ -4,7 +4,6 @@
 # Authors:       grml-team (grml.org), (c) Klaus Knopper, (c) Michael Prokop <mika@grml.org>
 # 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?