No description, website, or topics provided.
C M4 Makefile Shell Yacc Lex Other
Latest commit a2d5a3e Dec 12, 2017 @sammj sammj discover/pxe-parser: Fix relative parsing for manual config files
Manually specified config files are asynchronously downloaded by
device_handler_process_url() before being parsed. This overwrites the
'pxeconffile' parameter, causing the parser to create relative paths
relative to the downloaded file's path, not the original remote path.

Work around this by setting 'pxeconffile-local' instead to differentiate
between the original config file's location and the local copy.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>

README.md

Petitboot - A kexec-based bootloader

Petitboot is a bootloader designed to run in a Linux environment for OPAL on PowerPC/POWER machines and the Playstation 3.

Development

Petitboot's home is at ozlabs.org; clone it with git clone git://git.ozlabs.org/petitboot

Development and discussion occurs on the Petitboot mailing list: petitboot@lists.ozlabs.org

Building

For an example of building Petitboot for distribution in a Linux image, see op-build

To build locally for development/debug (with the ncurses UI for example):

./bootstrap
./configure --with-twin-x11=no --with-twin-fbdev=no
make