source: chapter10/kernel/systemd.toml@ 7b85e11

xry111/mips64el
Last change on this file since 7b85e11 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
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
[1e2c418]28revision='systemd'
29
[8630ec3]30[RT_GROUP_SCHED]
31value = ' '
32comment = 'This may cause some systemd features malfunction'
[70bf551]33
[981b9fa6]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.