aboutsummaryrefslogtreecommitdiff
path: root/scripts/confmk.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-27 12:15:14 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-27 12:15:14 +0200
commita6bff3a30fee2a2c77d0683eda7945764e7624a8 (patch)
tree489cb727d360d0fc479f1b9e7d2c8762e08d55ff /scripts/confmk.py
parenteecef0ad90f9198536206f920cc49f1177e68f6f (diff)
downloadlinux-conf-perf-a6bff3a30fee2a2c77d0683eda7945764e7624a8.tar.gz
linux-conf-perf-a6bff3a30fee2a2c77d0683eda7945764e7624a8.tar.bz2
linux-conf-perf-a6bff3a30fee2a2c77d0683eda7945764e7624a8.zip
Add initram build
Not working properly yet.
Diffstat (limited to 'scripts/confmk.py')
-rwxr-xr-xscripts/confmk.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/confmk.py b/scripts/confmk.py
index 6c91234..bb44def 100755
--- a/scripts/confmk.py
+++ b/scripts/confmk.py
@@ -14,8 +14,11 @@ def gen_confmk():
f.write("SRCARCH := " + conf.SRCARCH + "\n")
f.write("\n")
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")
#################################################################################