kernel-tools icon indicating copy to clipboard operation
kernel-tools copied to clipboard

Rely on CONFIG_UNIX98_PTYS=y on mainstream kernels

Open aimxhaisse opened this issue 10 years ago • 0 comments

As pointed out by @richardschuetz on https://github.com/scaleway/image-debian/issues/27, we should try to rely on CONFIG_UNIX98_PTYS:

That's caused by CONFIG_LEGACY_PTYS=y and CONFIG_LEGACY_PTY_COUNT=256 in the kernel configuration. These days it's sufficient to rely on CONFIG_UNIX98_PTYS=y only.

aimxhaisse avatar Sep 25 '15 15:09 aimxhaisse