Pragyan Poudyal
Pragyan Poudyal
Inspired by VS Code's material ocean theme JavaScript  Python 
A rough draft for installing and booting using `composefs-rs`. Current only works for `install to-disk` via `bootc install to-disk --composefs [options]` Issues: 1. Issue with transport type `continers-storage`, viz, [#117](https://github.com/containers/composefs-rs/pull/117)....
While working on integrating composefs-rs, received this error ``` ERROR Installing to disk: Creating composefs deployment: Failed to create image proxy: error ``` The actual error occurred deep into the...
Rename the function `kargs_from_composefs_filesystem` to `compute_new_kargs` as it now has nothing to do with composefs Fix a few typos across the project. Also update some comments/error messages
Split from https://github.com/bootc-dev/bootc/pull/1780 - bls-config: Rename 'efi' key to 'uki' Key 'uki' is more appropriate for us as the PE Binary that the key points to is a UKI -...
Until now we were scoping passed in UKI Addons to specific deployments, but usecases like ignition, luks (for now at least), require the addons to be applied to all deployments...
Use the Discoverable Partition Specification UUID for root and boot partitions We were already using DPS UUID for both partitions, but they were UUIDs for generic Linux Data Parition This...
This is still very much work in progress. Feedback is appreciated