Closed 0312birdzhang closed 4 years ago
https://lore.kernel.org/patchwork/patch/669159/
Or we can check by run cat fs/devpts/inode.c|grep CONFIG_DEVPTS_MULTIPLE_INSTANCES|wc -l, if bigger than 0, we need enable it, otherwise don't worry about it.
cat fs/devpts/inode.c|grep CONFIG_DEVPTS_MULTIPLE_INSTANCES|wc -l
Close as https://github.com/sailfish-containers/lxc-templates-desktop/wiki/Requirements#kernel-requirements updated.
https://lore.kernel.org/patchwork/patch/669159/
Or we can check by run
cat fs/devpts/inode.c|grep CONFIG_DEVPTS_MULTIPLE_INSTANCES|wc -l
, if bigger than 0, we need enable it, otherwise don't worry about it.