summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--platforms/image_kernel.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/image_kernel.in b/platforms/image_kernel.in
index e2fee8ca7..dceabc4e8 100644
--- a/platforms/image_kernel.in
+++ b/platforms/image_kernel.in
@@ -18,6 +18,9 @@ config IMAGE_KERNEL_INITRAMFS
depends on !KERNEL_INSTALL
select IMAGE_KERNEL_INSTALL_LATE
prompt "include root filesystem as initramfs in kernel image"
+ help
+ In order to boot into the initrd use these kernel parameters:
+ "root=/dev/ram0 rdinit=/sbin/init"
config IMAGE_KERNEL_INSTALL_EARLY
bool