Advertisement
blackhat1337

Untitled

Jan 9th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # /etc/inittab
  2.  
  3. ::sysinit:/sbin/openrc
  4. ::sysinit:/sbin/openrc boot
  5. ::wait:/sbin/openrc default
  6. tty1::respawn:/sbin/getty 38400 tty1
  7. ::ctrlaltdel:/sbin/reboot
  8. ::shutdown:/sbin/openrc shutdown
  9.  
  10.  
  11. # Set up a couple of getty's
  12. tty1::respawn:/sbin/getty 38400 tty1
  13. tty2::respawn:/sbin/getty 38400 tty2
  14. tty3::respawn:/sbin/getty 38400 tty3
  15. tty4::respawn:/sbin/getty 38400 tty4
  16. tty5::respawn:/sbin/getty 38400 tty5
  17. tty6::respawn:/sbin/getty 38400 tty6
  18.  
  19. # Put a getty on the serial port
  20. #ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
  21.  
  22. # Stuff to do for the 3-finger salute
  23. ::ctrlaltdel:/sbin/reboot
  24.  
  25. # Stuff to do before rebooting
  26. ::shutdown:/sbin/openrc shutdown
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement