Submitted by ant on Wed, 09/19/2012 - 11:14
Documentation has been updated with a short example illustrating how a kexecboot-enabled kernel can be built using the OpenEmbedded/Yocto framework.
See here.
Submitted by ant on Mon, 06/18/2012 - 12:21
Since rev 4f9e066 the section delimiter is LABEL (previously it was KERNEL).
The documentation has been updated, please check your boot.cfg and edit it accordingly.
Submitted by ant on Mon, 06/18/2012 - 12:16
If both USE_FBMENU and USE_TEXTUI have been configured then kexecboot
will fallback to text if GUI cannot be initialized.
This has been applied in rev f3d1606
Submitted by ant on Mon, 06/11/2012 - 16:34
Finally I've found an hackish way to detect ubifs filesystems and kexec-boot them.
At the moment of writing this we support a single volume per partition but our Yuri will do his magic...
Stay tuned!
Submitted by ant on Wed, 01/25/2012 - 13:24
Submitted by Jay7 on Thu, 05/05/2011 - 23:19
Ability to choose one of first 10 menu items by 0-9 keys was pushed into git master today. Behaviour is controlled by --enable-numkeys configure option. Note that this option is enabled by default. Now you may select menu items even without any user interface (in headless mode e.g.). Menu items are enumerated from 0 (first/top item) to 9. So to enter 'System menu' just press 0 in main menu. Then press 0 again to go back to main menu.
Submitted by Jay7 on Thu, 04/28/2011 - 00:56
To change FB UI size limits you was needed to alter defines LYT_MAX_WIDTH/LYT_MAX_HEIGHT in res/theme.h file. Now that defines are removed. You may use --enable-fbui-width/--enable-fbui-height configure options to specify max width/height of FB UI in pixels. By default no limits are used, so kexecboot FB UI will use full screen.
Submitted by Jay7 on Wed, 04/20/2011 - 12:55
Submitted by Jay7 on Wed, 03/02/2011 - 03:26
Kexecboot got simple text-mode user interface. So now you can use kexecboot without framebuffer.
Other frequently asked feature that was implemented is ability to have multiple kernels per partition on device. Now boot.cfg may have multiple sections that are delimited by KERNEL parameter. Read how to write config file for details.
Submitted by Jay7 on Thu, 02/24/2011 - 23:24
We have finished that long awaited feature! Now you can look at kexecboot's log right from UI. All changes are merged into git master! Screenshots are coming soon!
Pages