]> git.ozlabs.org Git - petitboot/blob - README.md
lib/security: hard_lockdown flag to stop runtime disable of signed boot
[petitboot] / README.md
1 # Petitboot - A kexec-based bootloader
2
3 Petitboot is a bootloader designed to run in a Linux environment for OPAL on PowerPC/POWER machines and the Playstation 3.
4
5 Development
6 -
7
8 Petitboot's home is at [ozlabs.org](http://git.ozlabs.org/?p=petitboot); clone it with ` git clone git://git.ozlabs.org/petitboot `
9
10 Development and discussion occurs on the Petitboot mailing list: [petitboot@lists.ozlabs.org](https://lists.ozlabs.org/listinfo/petitboot)
11
12 Building
13 -
14
15 For an example of building Petitboot for distribution in a Linux image, see [op-build](https://github.com/open-power/op-build/tree/master/openpower/package/petitboot)
16
17 To build locally for development/debug (with the ncurses UI for example):
18 ```
19 ./bootstrap
20 ./configure --with-twin-x11=no --with-twin-fbdev=no
21 make
22 ```