source: chapter10/kernel/systemd.toml@ dea5385

multilib xry111/multilib
Last change on this file since dea5385 was 8630ec3, checked in by Xi Ruoyao <xry111@…>, 4 months ago

[systemd] Disable RT_GROUP_SCHED

Link: https://github.com/systemd/systemd/issues/13781#issuecomment-549164383

  • Property mode set to 100644
File size: 730 bytes
RevLine 
[70bf551]1# This part should be sync with sysv.toml
2WERROR=' '
3PSI='*'
4PSI_DEFAULT_DISABLED=' '
5IKHEADERS=' '
6CGROUPS='*'
7MEMCG='*'
8EXPERT=' '
9RELOCATABLE='*'
10RANDOMIZE_BASE='*'
11STACKPROTECTOR='*'
12STACKPROTECTOR_STRONG='*'
13UEVENT_HELPER=' '
14DEVTMPFS='*'
15DEVTMPFS_MOUNT='*'
[981b9fa6]16DRM=' *M'
[70bf551]17NET='*'
18INET='*'
19IPV6='*'
20FW_LOADER=' *'
[c7c6c154]21FW_LOADER_USER_HELPER=' '
[70bf551]22DMIID='*'
23INOTIFY_USER='*'
24TMPFS='*'
25TMPFS_POSIX_ACL='*'
[8630ec3]26CGROUP_SCHED='* '
27
28[RT_GROUP_SCHED]
29value = ' '
30comment = 'This may cause some systemd features malfunction'
[70bf551]31
32revision='systemd'
[981b9fa6]33
34[DRM_FBDEV_EMULATION]
35value = ' *'
36comment = 'If [DRM] is selected as * or M, this must be selected'
37
38[FRAMEBUFFER_CONSOLE]
39value = ' *'
40comment = 'If [DRM] is selected as * or M, this must be selected'
Note: See TracBrowser for help on using the repository browser.