Skip to content

Commit

Permalink
Skip exec to console on init
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Nov 15, 2023
1 parent 57f2739 commit 5eaf552
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions overlay/sbin/init
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/sh

exec 1>/dev/console
exec 2>/dev/console

chown root:tty /dev/console
chmod 622 /dev/console

Expand Down

0 comments on commit 5eaf552

Please sign in to comment.