Home
last modified time | relevance | path

Searched refs:localmodconfig (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst182 "make localmodconfig" 基於當前配置和加載的模塊(lsmod)創建配置。禁用
185 要爲另一臺計算機創建localmodconfig,請將該計算機
196 localmodconfig
200 "make localyesconfig" 與localmodconfig類似,只是它會將所有模塊選項轉換
H A Dreporting-issues.rst692 你是新手,可以考慮按照那些建議使用 ``make localmodconfig`` 來做,它將嘗試獲
/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst179 "make localmodconfig" 基于当前配置和加载的模块(lsmod)创建配置。禁用
182 要为另一台计算机创建localmodconfig,请将该计算机
193 localmodconfig
197 "make localyesconfig" 与localmodconfig类似,只是它会将所有模块选项转换
H A Dreporting-issues.rst691 你是新手,可以考虑按照那些建议使用 ``make localmodconfig`` 来做,它将尝试获
/linux/scripts/kconfig/
H A Dstreamline_config.pl128 my $localmodconfig = 0;
131 GetOptions("localmodconfig" => \$localmodconfig,
H A DMakefile58 PHONY += localmodconfig localyesconfig
59 localyesconfig localmodconfig: $(obj)/conf target
/linux/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst31 yes "" | make localmodconfig
211 yes "" | make localmodconfig
218 There is a catch: 'localmodconfig' is likely to disable kernel features you
310 you prepared earlier using localmodconfig (~/linux/.config) for your next
695 Make targets like localmodconfig and olddefconfig share a few common snares you
718 localmodconfig will set any undefined build options to their default value. This
724 localmodconfig. Then for each undefined configuration option you will be asked
728 Big pitfall when using localmodconfig
731 As explained briefly in the step-by-step guide already: with localmodconfig it
756 point localmodconfig to the list of modules modprobed-db noticed being used::
[all …]
H A DREADME.rst204 "make localmodconfig" Create a config based on current config and
208 To create a localmodconfig for another machine,
221 localmodconfig
225 "make localyesconfig" Similar to localmodconfig, except it will convert
H A Dverify-bugs-and-bisect-regressions.rst70 yes '' | make localmodconfig
454 yes '' | make localmodconfig
459 The 'localmodconfig' target easily disables kernel modules for features only
465 This drawback of localmodconfig is nothing you should lose sleep over, but
1429 As explained briefly in the step-by-step guide already: with localmodconfig it
1456 point localmodconfig to the list of modules modprobed-db noticed being used::
1458 yes '' | make LSMOD='${HOME}'/.config/modprobed.db localmodconfig
1466 yes '' | make LSMOD=~/lsmod_foo-machine localmodconfig
1498 trimmed with localmodconfig consumed around 5 Gigabyte of space with debug
1898 * Maybe localmodconfig did something odd and disabled the module required to
[all …]
H A Dreporting-issues.rst891 those how-to's that suggest to use ``make localmodconfig``, as that tries to