Commit Graph

39 Commits

Author SHA1 Message Date
30600f0c81 fix(main): repair contextual replacement for entries 2025-10-24 17:16:42 -07:00
911b617d92 feat(options): --boot now supports selecting by entry name or index, not just title 2025-10-24 16:32:48 -07:00
d3f9e876fb fix(docs): cleanup rustdoc warnings 2025-10-24 15:55:56 -07:00
5108b61a15 implement new argument parser with --help support 2025-10-21 19:12:16 -07:00
3a2b314669 chore(options): move parsing code to a parser module 2025-10-20 19:42:39 -07:00
c749c8d38e implement a new sprout command line options mechanism 2025-10-20 18:17:29 -07:00
b59626888e add bls quirk to support fedora out of the box 2025-10-20 11:33:33 -07:00
3453826e9d document ( by hand :( ) all of the code of sprout 2025-10-20 00:06:46 -07:00
106064d3e7 document by hand much more of the sprout code 2025-10-19 23:03:28 -07:00
08da6dd390 add more documentation to some actions and configurations 2025-10-19 21:44:05 -07:00
73fb21d41f update package name to edera-sprout 2025-10-19 20:30:09 -07:00
9b8ba30f56 improve documentation of some functions and more readme work 2025-10-19 20:23:55 -07:00
f5f431458c instead of a panic, fail with a specific error if there is no entry to boot 2025-10-19 02:25:55 -07:00
1bba345dc2 improve configuration loading mechanism 2025-10-19 02:24:11 -07:00
21123022c6 fix unregistering of media loader 2025-10-18 23:49:00 -07:00
15c7a7f2b5 improve error handling of unregistering media loaders 2025-10-18 23:26:05 -07:00
7cffd3d0bb initial edera boot action using the edera specific xen media loader protocol 2025-10-14 22:36:22 -07:00
0b74f6dea3 generify the linux media initrd mechanism to allow reuse for other things 2025-10-14 18:11:41 -07:00
e90b45f58d begin documenting some functions and align error messages 2025-10-14 12:47:33 -07:00
7a0c32c191 add support for partition type uuid matching 2025-10-14 01:45:49 -07:00
4a5dc39c49 improve filesystem device match to support uuids and add early splash 2025-10-13 16:23:08 -07:00
c6f7412df0 add initial bls support 2025-10-13 01:54:03 -07:00
d63c300bc2 extractor is now called filesystem-device-match 2025-10-13 01:02:51 -07:00
7a63e0325b implement support for filesystem extractor mechanism 2025-10-13 00:55:11 -07:00
aba53c0d2b implement driver loading 2025-10-12 22:39:56 -07:00
87944067d1 implement loading of initramfs via the linux media initrd protocol 2025-10-12 20:22:24 -07:00
b2b916c2b7 fix chainloading to linux properly 2025-10-12 18:06:57 -07:00
f782341a0d leak chainload options and bump kernel 2025-10-12 17:45:16 -07:00
fc239ea54d introduce the use of anyhow to no longer use panic 2025-10-11 14:35:29 -07:00
449eb85ab8 rearrange configuration to be closer to where it's consumed 2025-10-11 14:13:59 -07:00
3101829103 Implement splash screen feature. 2025-10-05 03:12:00 -07:00
b941ee51b0 add print action 2025-10-05 00:09:53 -07:00
a3976919eb implement booting of first entry 2025-10-04 23:33:23 -07:00
24a9e2c727 initial actions, entries, generators mechanism! 2025-10-04 23:12:01 -07:00
6bf745946e add efi shell so that chainloading multiple items can be tested 2025-10-02 00:24:19 -07:00
8a2c08bb57 move some code to utils and move around functions 2025-10-01 21:30:43 -07:00
3b8243d401 swap to uefi logger 2025-10-01 19:15:42 -07:00
3fdaad42ad support for configuration files 2025-10-01 18:25:49 -07:00
17ca11f239 initial commit 2025-10-01 16:45:04 -07:00