From f4a7f3b394083aafd3c7423793f41299716579cd Mon Sep 17 00:00:00 2001 From: Madhav Kanbur Date: Sun, 25 May 2014 18:56:45 +0530 Subject: [PATCH] Fix incorrect file names in bootimg instructions --- menuscripts/bootimg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menuscripts/bootimg b/menuscripts/bootimg index 47f058f..4c8f952 100755 --- a/menuscripts/bootimg +++ b/menuscripts/bootimg @@ -9,8 +9,8 @@ echo " INFO : To extract kernel and ramdisk from bootimage," echo " place the file in input folder and name it 'boot.img'" echo "" echo " To create boot.img, keep the kernel and ramdisk " -echo " in the input folder and name them 'zImage' and" -echo " 'initrd.img' respectively " +echo " in the input folder and name them 'kernel' and" +echo " 'ramdisk.img' respectively " echo "" echo " When you unpack a boot.img you get the option to save" echo " its configuration (base address and cmdline) to a file"