summaryrefslogtreecommitdiffstats
path: root/rules/initramfs-tools.in
blob: 9e6ca53ff6349d6735ccbc94d3cb5322358ba073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## SECTION=initramfs

menuconfig INITRAMFS_TOOLS
	bool
	select KLIBC
	select KLIBC_MODULE_INIT_TOOLS
	select KLIBC_MODULE_INIT_TOOLS_DEPMOD
	select KLIBC_MODULE_INIT_TOOLS_MODPROBE
	prompt "initramfs-tools               "
	help
	  Install initramfs skeleton framework

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
	  FIXME

config INITRAMFS_TOOLS_SCRIPTS_LOCAL
	bool "install /scripts/local        "
	help
	  FIXME

config INITRAMFS_TOOLS_SCRIPTS_NFS
	bool "install /scripts/nfs          "
	help
	  FIXME

endif