summaryrefslogtreecommitdiffstats
path: root/platforms/image_cpio.in
blob: afe8a431a66cf8e9521d2144c58747b0932173bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=image

config IMAGE_CPIO
	bool
	prompt "Generate images/root.cpio"
	help
	  Build the traditionally initrd RAM disk to be used
	  as initramfs by the kernel.

config IMAGE_CPIO_GZ
	bool
	prompt "Generate images/root.cpio.gz"
	select IMAGE_CPIO
	help
	  Build the traditionally initrd RAM disk to be used
	  as initramfs by the kernel.