1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

nixos/activation/bootspec: rephrase

This commit is contained in:
Sizhe Zhao 2024-06-05 11:13:43 +08:00
parent 3a4753867d
commit 4f05b8e213
No known key found for this signature in database
GPG key ID: 52091D14C4D7017B

View file

@ -1,7 +1,7 @@
# Bootspec {#sec-bootspec}
Bootspec is a feature, introduced in the [RFC-0125 proposal](https://github.com/NixOS/rfcs/pull/125), the reference implementation can be found [there](https://github.com/NixOS/nixpkgs/pull/172237) in order to standardize bootloader support
and advanced boot workflows such as SecureBoot and potentially more.
Bootspec is a feature introduced in [RFC-0125](https://github.com/NixOS/rfcs/pull/125) in order to standardize bootloader support and advanced boot workflows such as SecureBoot and potentially more.
The reference implementation can be found [here](https://github.com/NixOS/nixpkgs/pull/172237).
The creation of bootspec documents is enabled by default.