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"