kernel-tools
kernel-tools copied to clipboard
Rely on CONFIG_UNIX98_PTYS=y on mainstream kernels
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.