inittab 329 B

123456789101112131415
  1. ::sysinit:/etc/init.d/rcS
  2. #! /bin/ash
  3. #
  4. # Start an "askfirst" shell on the serial port
  5. #console::askfirst:-/bin/ash
  6. ttyS0::respawn:-/bin/ash
  7. # Stuff to do when restarting the init process
  8. ::restart:/sbin/init
  9. # Stuff to do before rebooting
  10. #::ctrlaltdel:/sbin/reboot
  11. ::shutdown:/bin/umount -a -r
  12. ::shutdown:/sbin/swapoff -a