Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added /dev/pts to bind mount locations #2687

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Added /dev/pts to bind mount locations #2687

merged 1 commit into from
Dec 2, 2024

Conversation

schaefi
Copy link
Collaborator

@schaefi schaefi commented Dec 2, 2024

During runtime several kernel filesystems are bind mounted into the image root system such that programs expecting it can work. /dev/pts was not needed so far but seems to be a good addition to the list to make tools like sudo to work properly when called e.g. from a config.sh script. This Fixes #2686

During runtime several kernel filesystems are bind mounted into
the image root system such that programs expecting it can work.
/dev/pts was not needed so far but seems to be a good addition
to the list to make tools like sudo to work properly when called
e.g. from a config.sh script. This Fixes #2686
@schaefi schaefi requested a review from Conan-Kudo December 2, 2024 08:54
@schaefi schaefi self-assigned this Dec 2, 2024
@Conan-Kudo Conan-Kudo merged commit 28a94c6 into main Dec 2, 2024
14 checks passed
@Conan-Kudo Conan-Kudo deleted the dev_pts branch December 2, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chroot mounting /dev/pts
2 participants