Changes in meson/part/initrd_manifest/meson.build [514108e:0d71fd6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/initrd_manifest/meson.build
r514108e r0d71fd6 1 1 # 2 # Copyright (c) 2024 Jiri Svoboda3 2 # Copyright (c) 2019 Jiří Zárevúcky 4 3 # All rights reserved. … … 30 29 # Init binaries. These are actually baked into the bootloader. 31 30 rd_init = [ 32 # ELF file with DWARF debug sections for kernel.33 # Kernel detects this entry by name.34 'kernel.dbg',35 36 31 # IMPORTANT: The order of entries is important for bootloader! 37 32 'srv/ns', … … 50 45 'app/getterm', 51 46 'app/kio', 52 'app/tester',53 47 54 48 'srv/devman', … … 58 52 'srv/hid/output', 59 53 'srv/klog', 60 'srv/system',61 ]62 54 63 rd_essential_drv = [64 55 'drv/root/root', 65 56 'drv/root/virt', … … 67 58 ] 68 59 69 rd_drv = rd_essential_drv70 71 60 if CONFIG_FB 72 61 rd_essential += [ 73 'app/ taskbar',62 'app/launcher', 74 63 'app/terminal', 75 64
Note:
See TracChangeset
for help on using the changeset viewer.