rootfs/etc: remove extra console shell #10

Open
sam.ebstein wants to merge 1 commits from sam/remove-extra-console-shell into main
Collaborator

Removes the extra ::respawn:-/bin/bash line from the inittab configuration to resolve an issue where stdin to the shell was not working properly due to multiple console shells being spawned.

Removes the extra `::respawn:-/bin/bash` line from the inittab configuration to resolve an issue where stdin to the shell was not working properly due to multiple console shells being spawned.
sam.ebstein added 1 commit 2024-10-15 17:27:03 +00:00
sam.ebstein requested review from lrvick 2024-10-15 17:27:15 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b sam/remove-extra-console-shell main
git pull origin sam/remove-extra-console-shell

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff sam/remove-extra-console-shell
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/airgap#10
No description provided.