diff --git a/kiwi/system/root_bind.py b/kiwi/system/root_bind.py index bb5cbc6b..011b7c25 100644 --- a/kiwi/system/root_bind.py +++ b/kiwi/system/root_bind.py @@ -68,7 +68,6 @@ class RootBind: self.bind_locations = [ '/proc', '/dev', - '/dev/pts', '/var/run/dbus', '/sys' ] diff --git a/test/unit/system/root_bind_test.py b/test/unit/system/root_bind_test.py index dddc7534..5432f2c5 100644 --- a/test/unit/system/root_bind_test.py +++ b/test/unit/system/root_bind_test.py @@ -32,7 +32,6 @@ class TestRootBind: assert self.bind_root.bind_locations == [ '/proc', '/dev', - '/dev/pts', '/var/run/dbus', '/sys' ]