summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-04-29 22:05:45 +0200
committerDirk von Suchodoletz2007-04-29 22:05:45 +0200
commit6933e21866d67048684b2d0f1a33fb4466275945 (patch)
treec1ab17247e6820d614ab0838f501ee21570d6ab1 /initramfs/initrd-stuff/init
parent* cosmetical changes (diff)
downloadcore-6933e21866d67048684b2d0f1a33fb4466275945.tar.gz
core-6933e21866d67048684b2d0f1a33fb4466275945.tar.xz
core-6933e21866d67048684b2d0f1a33fb4466275945.zip
trap reenabled without SIGIO (no longer supported/needed)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@960 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init
index c36c92c1..653554a0 100755
--- a/initramfs/initrd-stuff/init
+++ b/initramfs/initrd-stuff/init
@@ -65,8 +65,8 @@ mkdir -p ${devdir}/.udevdb
[ ! -d /sys/class ] && mount -n -t sysfs sysfs /sys
# fixme: shut down if script fails
-#trap "exec (sleep 30; echo o>/proc/sysrq-trigger)" \
-# SIGHUP SIGINT SIGPIPE SIGTERM SIGIO
+trap "exec (sleep 30; echo o>/proc/sysrq-trigger)" \
+ SIGHUP SIGINT SIGPIPE SIGTERM
# if no kernel version is set, try to get it directly from /proc
if [ -z $KERNEL ] ; then