source: chapter10/kernel/systemd.toml@ 1e2c418

12.2 12.2-rc1 multilib trunk xry111/arm64 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.2 xry111/mips64el xry111/multilib
Last change on this file since 1e2c418 was 1e2c418, checked in by Xi Ruoyao <xry111@…>, 5 weeks ago

kernel: Really fix missing revision attribute

  • Property mode set to 100644
File size: 730 bytes
Line 
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='*'
16DRM=' *M'
17NET='*'
18INET='*'
19IPV6='*'
20FW_LOADER=' *'
21FW_LOADER_USER_HELPER=' '
22DMIID='*'
23INOTIFY_USER='*'
24TMPFS='*'
25TMPFS_POSIX_ACL='*'
26CGROUP_SCHED='* '
27
28revision='systemd'
29
30[RT_GROUP_SCHED]
31value = ' '
32comment = 'This may cause some systemd features malfunction'
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.