aboutsummaryrefslogtreecommitdiffstats
path: root/inittab
diff options
context:
space:
mode:
Diffstat (limited to 'inittab')
-rw-r--r--inittab4
1 files changed, 3 insertions, 1 deletions
diff --git a/inittab b/inittab
index 09fc0acd..0132e15c 100644
--- a/inittab
+++ b/inittab
@@ -29,7 +29,9 @@ l5:5:wait:/etc/rc 5
l6:6:wait:/etc/rc 6
# Things to run in every runlevel.
-ud::once:/sbin/update
+# /sbin/update has been replaced with a kernel process - if you intend
+# to run a kernel prior to 2.2.7, uncomment the following line.
+#ud::once:/sbin/update
# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -t3 -r now