Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kincsescsaba committed Feb 25, 2024
1 parent ed0300c commit 93cebc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minimal_rootfs/etc/03_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ "$key" = "" ] ; then
# Use default initialization logic based on configuration in '/etc/inittab'.
echo -e "Executing \\e[32m/sbin/init\\e[0m as PID 1."
read -p "TTY test : " keypressed
echo "$keypressed"
echo "Entered: $keypressed"
exec /sbin/init
else
# Print second message on screen.
Expand Down

0 comments on commit 93cebc6

Please sign in to comment.