diff options
Diffstat (limited to 'inittab')
-rw-r--r-- | inittab | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |