Skip to content

Commit

Permalink
Drop /dev/pts from bind mount locations
Browse files Browse the repository at this point in the history
This has created havoc in the Fedora build environments by
fully unmounting /dev/pts and breaking the builders for
subsquent tasks.

This is a partial revert of daf1323.
  • Loading branch information
Conan-Kudo committed Dec 10, 2024
1 parent 479021d commit d4c41b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion kiwi/system/root_bind.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def __init__(self, root_init: RootInit):
self.bind_locations = [
'/proc',
'/dev',
'/dev/pts',
'/var/run/dbus',
'/sys'
]
Expand Down
1 change: 0 additions & 1 deletion test/unit/system/root_bind_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def setup(self):
assert self.bind_root.bind_locations == [
'/proc',
'/dev',
'/dev/pts',
'/var/run/dbus',
'/sys'
]
Expand Down

0 comments on commit d4c41b9

Please sign in to comment.