Skip to content

pcengines/cb-order

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coreboot boot configuration editor

This is a terminal application for changing boot settings in ROM files of coreboot. It can change boot order and values of options in interactive or automated mode.

Dependencies

  • libcurses
  • GNU Make

Building

make # or `make debug` (possibly after `make clean`)
./cb-order -h

Usage example

Non-interactively:

cb-order coreboot.rom -b USB,SATA -o usben=off -o watchdog=300

Interactively:

cb-order coreboot.rom

Controls in interactive mode

Navigation can be done with extended keys (arrows, etc.), CLI-like shortcuts or in Vim-like manner. CLI-like shortcuts are associated with items on the screen and are upper case only, so hold Shift to perform navigation in that manner. Bottom of each screen provides list of keys and their meaning.

License

GPL 2.0 only.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Makefile 1.9%