Skip to content
/ book Public

LinuxBoot book which contains the documentation in markdown format

License

Notifications You must be signed in to change notification settings

linuxboot/book

Repository files navigation

The LinuxBoot Book

LinuxBoot is a project that aims to replace specific firmware functionality with a Linux kernel and runtime. Over the years this project has grown to include various initiatives with the overarching goal of moving from obscure, complex firmware to simpler, open source firmware.

This is the official site of documentation for the LinuxBoot project. The book provides guidance on how to get started, and gives overviews and background on the different aspects of LinuxBoot.

Contributing

This book is written with mdBook. When installed, run mdbook serve and you will get a local webserver. For more details, please refer to the mdBook documentation.

The book is linted with markdownlint and Vale. Follow the official documentation to install markdownlint and install Vale. Then run vale sync to download the necessary styles.

From the root directory of the repository run mdl /src/example.md and vale src/example.md. Add words that trigger false positive spelling errors to ci/vale/styles/config/vocabularies/LinuxBoot/accept.txt.

Acknowledgments

In alphabetical order:

Releases

No releases published

Packages

No packages published

Languages