Home
last modified time | relevance | path

Searched refs:bootconfig (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst5 :Original: Documentation/admin-guide/bootconfig.rst
109 则在程序(和/proc/bootconfig)中,它会按如下显示::
139 /proc/bootconfig
142 /proc/bootconfig是引导配置的用户空间接口。与/proc/cmdline不同,此文件内容以
162 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
174 Linux内核在tools/bootconfig下提供了 ``bootconfig`` 命令来完成此操作,管理员
177 # make -C tools/bootconfig
181 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
185 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
187 然后在内核命令行上添加 ``bootconfig`` 告诉内核去initrd文件末尾寻找内核配置。
[all …]
H A Dindex.rst65 bootconfig
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbootconfig.rst5 :Original: Documentation/admin-guide/bootconfig.rst
109 則在程序(和/proc/bootconfig)中,它會按如下顯示::
139 /proc/bootconfig
142 /proc/bootconfig是引導配置的用戶空間接口。與/proc/cmdline不同,此文件內容以
162 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
174 Linux內核在tools/bootconfig下提供了 ``bootconfig`` 命令來完成此操作,管理員
177 # make -C tools/bootconfig
181 # tools/bootconfig/bootconfig -a your-config /boot/initrd.img-X.Y.Z
185 # tools/bootconfig/bootconfig -d /boot/initrd.img-X.Y.Z
187 然後在內核命令行上添加 ``bootconfig`` 告訴內核去initrd文件末尾尋找內核配置。
[all …]
H A Dindex.rst68 bootconfig
/linux/tools/bootconfig/
H A DMakefile2 # Makefile for bootconfig command
12 LIBSRC = $(srctree)/lib/bootconfig.c $(srctree)/include/linux/bootconfig.h
15 ALL_TARGETS := bootconfig
20 $(OUTPUT)bootconfig: main.c include/linux/bootconfig.h $(LIBSRC)
23 test: $(ALL_PROGRAMS) test-bootconfig.sh
24 ./test-bootconfig.sh $(OUTPUT)
27 install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
H A D.gitignore2 bootconfig
H A Dtest-bootconfig.sh11 BOOTCONF=${TESTDIR}/bootconfig
47 echo "Delete command should success without bootconfig"
/linux/tools/testing/ktest/examples/include/
H A Dbootconfig.conf9 BOOTCONFIG := /usr/bin/bootconfig
35 TEST_NAME = bootconfig boottrace
40 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
48 TEST_NAME = bootconfig function graph
52 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
60 TEST_NAME = bootconfig tracing
64 ADD_CONFIG = ${ADD_CONFIG} ${BOOTCONFIG_PATH}/config-bootconfig
/linux/tools/bootconfig/scripts/
H A Dxbc.sh8 BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
10 BOOTCONFIG=`which bootconfig`
/linux/tools/testing/ktest/examples/bootconfigs/
H A Dconfig-bootconfig1 CONFIG_CMDLINE="bootconfig"
/linux/tools/bootconfig/samples/
H A Dgood-simple.bconf1 # A good simple bootconfig
/linux/tools/testing/ktest/examples/
H A Dkvm.conf93 INCLUDE include/bootconfig.conf
/linux/tools/
H A DMakefile73 counter dma firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi firmware d… target
127 perf selftests bootconfig spi turbostat usb \
/linux/fs/proc/
H A DMakefile36 proc-$(CONFIG_BOOT_CONFIG) += bootconfig.o
/linux/lib/
H A DMakefile268 obj-$(CONFIG_BOOT_CONFIG) += bootconfig.o
269 obj-$(CONFIG_BOOT_CONFIG_EMBED) += bootconfig-data.o
271 $(obj)/bootconfig-data.o: $(obj)/default.bconf
/linux/tools/perf/
H A Dbuiltin-probe.c358 if (probe_conf.bootconfig) in perf_add_probe_events()
604 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe()
722 if (probe_conf.bootconfig && params->uprobes) { in __cmd_probe()
/linux/init/
H A DKconfig1502 See <file:Documentation/admin-guide/bootconfig.rst> for details.
1507 bool "Force unconditional bootconfig processing"
1512 out even when the "bootconfig" kernel-boot parameter is omitted.
1520 bool "Embed bootconfig file in the kernel"
1523 Embed a bootconfig file given by BOOT_CONFIG_EMBED_FILE in the
1524 kernel. Usually, the bootconfig file is loaded with the initrd
1526 help you by embedding a bootconfig file while building the kernel.
1531 string "Embedded bootconfig file path"
1534 Specify a bootconfig file which will be embedded to the kernel.
1535 This bootconfig will be used if there is no initrd or no other
[all …]
/linux/
H A DMAINTAINERS9670 F: Documentation/admin-guide/bootconfig.rst
9671 F: fs/proc/bootconfig.c
9672 F: include/linux/bootconfig.h
9673 F: lib/bootconfig-data.S
9674 F: lib/bootconfig.c
9675 F: tools/bootconfig/*
9676 F: tools/bootconfig/scripts/*
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt668 bootconfig [KNL,EARLY]
672 See Documentation/admin-guide/bootconfig.rst