View Single Post
Alecsandru's Avatar
Posts: 439 | Thanked: 282 times | Joined on Oct 2012
#601
Originally Posted by pali View Post
Here is bootmenu item file for rescue os:

Code:
ITEM_NAME="RescueOS"
ITEM_KERNEL="2.6.37"
ITEM_INITRD="rescueOS-initrd-0.5.3.img"
ITEM_CMDLINE="rootdelay root=/dev/ram0"
ITEM_OMAPATAG="1"
EDIT:
Above file was edited. Store rescue os files to /boot and run:
$ u-boot-update-bootmenu
ITEM_KERNEL="2.6.37" the 2.6.37 file in the /boot also? and the .sig files? thank you