diff options
author | Karel Kočí <cynerd@email.cz> | 2015-05-06 17:08:30 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-05-06 17:08:30 +0200 |
commit | 86777e27fcb6870694cd166866a37360b7591f5f (patch) | |
tree | 70267357f882c5ed4ada65756862ddd121c9644c /scripts | |
parent | 6fed74c11b1813eff58fa438fb33c4b1cd1123e5 (diff) | |
download | linux-conf-perf-86777e27fcb6870694cd166866a37360b7591f5f.tar.gz linux-conf-perf-86777e27fcb6870694cd166866a37360b7591f5f.tar.bz2 linux-conf-perf-86777e27fcb6870694cd166866a37360b7591f5f.zip |
Remove automatic initram build
Not initram must be set and created manually by user.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/confmk.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/confmk.py b/scripts/confmk.py index 010ca64..de9052e 100755 --- a/scripts/confmk.py +++ b/scripts/confmk.py @@ -16,10 +16,8 @@ def gen_confmk(): f.write("BUILDROOT_INITRAM := " + conf.buildroot_initram + "\n") f.write("BUILDROOT_INITTAB_DIRECTIVE := " + conf.buildroot_inittab_directive + "\n") f.write("BUILDROOT_INITSCRIPT := " + conf.buildroot_initscript + "\n") - f.write("INITRAM := " + conf.initram + "\n") f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n") f.write("\n") - f.write("INITRAM := " + conf.initram + "\n") f.write("NBSCRIPTS := " + conf.nbscript + "\n") ################################################################################# |