summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 748f669..508d0b0 100644
--- a/etc/rc
+++ b/etc/rc
@@ -41,10 +41,10 @@
stty status '^T'
# Set shell to ignore SIGINT (2), but not children;
-# shell catches SIGQUIT (3) and returns to single user after fsck.
+# shell catches SIGQUIT (3) and returns to single user.
#
trap : 2
-trap : 3 # shouldn't be needed
+trap "echo 'Boot interrupted'; exit 1" 3
HOME=/
PATH=/sbin:/bin:/usr/sbin:/usr/bin
OpenPOWER on IntegriCloud