Expand description
Boot entry writing and installation functionality.
This module provides functions to write boot entries to the filesystem, handling both Boot Loader Specification Type 1 entries (separate kernel/initrd files) and Type 2 Unified Kernel Images. It manages file placement, directory creation, and command line argument injection for composefs boot scenarios.
Functionsยง
- write_
boot_ simple - Writes boot entry to the boot partition
- write_
t1_ simple - Writes a Type 1 boot entry to the boot directory.
- write_
t2_ simple - Writes a Type 2 boot entry (UKI) to the boot directory.