Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions menuscripts/bootimg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down