summaryrefslogtreecommitdiffstats
path: root/rules/initramfs-tools.in
diff options
context:
space:
mode:
authorJon Ringle <jon@ringle.org>2010-01-23 00:39:31 -0500
committerJon Ringle <jon@ringle.org>2010-01-25 04:55:55 -0500
commit45c3b25f0f192cd747fdb6cf90f82dfe948e4400 (patch)
tree560f41efbd117d742123e03184f76824d6c93d1d /rules/initramfs-tools.in
parent1488810e6b6547264d07e798b42db167e2ed5a26 (diff)
downloadptxdist-45c3b25f0f192cd747fdb6cf90f82dfe948e4400.tar.gz
ptxdist-45c3b25f0f192cd747fdb6cf90f82dfe948e4400.tar.xz
[klibc/initramfs] Rename {klibc,initramfs}-user-spec
Rename klibc-user-spec more appropriately to initramfs-user-spec Signed-off-by: Jon Ringle <jon@ringle.org>
Diffstat (limited to 'rules/initramfs-tools.in')
-rw-r--r--rules/initramfs-tools.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/initramfs-tools.in b/rules/initramfs-tools.in
index 1f4b234b9..9e6ca53ff 100644
--- a/rules/initramfs-tools.in
+++ b/rules/initramfs-tools.in
@@ -12,6 +12,19 @@ menuconfig INITRAMFS_TOOLS
if INITRAMFS_TOOLS
+config INITRAMFS_USER_SPEC
+ bool
+ prompt "parse project specific initramfs_spec"
+ help
+ parse the spec file which is expected to live in
+ ${PTXDIST_WORKSPACE}/initramfs_spec. The format is the same
+ as described in the kernelsource under
+
+ Documentation/early-userspace/README.
+
+ Files described in this file can either have an absolute or
+ a relative path (relative to ${PTXDIST_WORKSPACE}).
+
config INITRAMFS_TOOLS_SCRIPTS_INIT
bool "install /scripts/init "
help