summaryrefslogtreecommitdiffstats
path: root/rules/initramfs-tools.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 16:53:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 16:53:53 +0200
commit4e8ea1703cad595f3136f0d48ae93de73a180c40 (patch)
tree54e976bd4d210ad0e4e87e14651cbc05aed77faf /rules/initramfs-tools.in
parent264332bb49fa7916fac1f0ba49602f74a7145769 (diff)
downloadptxdist-4e8ea1703cad595f3136f0d48ae93de73a180c40.tar.gz
ptxdist-4e8ea1703cad595f3136f0d48ae93de73a180c40.tar.xz
remove obsolete and broken klibc/initramfs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/initramfs-tools.in')
-rw-r--r--rules/initramfs-tools.in69
1 files changed, 0 insertions, 69 deletions
diff --git a/rules/initramfs-tools.in b/rules/initramfs-tools.in
deleted file mode 100644
index 4201a2a41..000000000
--- a/rules/initramfs-tools.in
+++ /dev/null
@@ -1,69 +0,0 @@
-## SECTION=initmethod
-
-if INITMETHOD_INITRAMFS
-
-menuconfig INITRAMFS_TOOLS
- bool
- prompt "initramfs-tools "
- help
- Install initramfs skeleton framework
-
-if INITRAMFS_TOOLS
-
-config INITRAMFS_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}).
-
-if INITRAMFS_SPEC
-
-config INITRAMFS_SPEC_FILE
- string "initramfs spec filename"
- default "${PTXDIST_WORKSPACE}/initramfs_spec"
- help
- install using a spec file. Format is similar to what
- is described in the kernel source in
- Documentation/filesystems/ramfs-rootfs-initramfs.txt
-
- file <name> <location> <mode> <uid> <gid>
- dir <name> <mode> <uid> <gid>
- nod <name> <mode> <uid> <gid> <dev_type> <maj> <min>
- slink <name> <target> <mode> <uid> <gid>
-
- file <location> can either have an absolute path or
- a relative path relative to any of the following paths:
- ${PTXDIST_WORKSPACE}/projectroot${PTXDIST_PLATFORMSUFFIX}/<location>
- ${PTXDIST_WORKSPACE}/projectroot/<location>${PTXDIST_PLATFORMSUFFIX}
- ${PTXDIST_WORKSPACE}/projectroot/<location>
- ${PTXDIST_TOPDIR}/projectroot/<location>
- ${pkg_pkg_dir}/<location>
- ${pkg_dir}/<location>
-
-endif
-
-config INITRAMFS_TOOLS_SCRIPTS_INIT
- bool "install /scripts/init "
- help
- FIXME
-
-config INITRAMFS_TOOLS_SCRIPTS_LOCAL
- bool "install /scripts/local "
- help
- FIXME
-
-config INITRAMFS_TOOLS_SCRIPTS_NFS
- bool "install /scripts/nfs "
- help
- FIXME
-
-endif
-
-endif