summaryrefslogtreecommitdiffstats
path: root/src/utils/bios.py
Commit message (Expand)AuthorAgeFilesLines
* grub: move get_grub_boot_params() into grub.pyAlejandro Sirgo Rica2024-10-221-16/+0
* bios: fix use of undefined initrd_dir variable in get_vmlinuz_pathAlejandro Sirgo Rica2024-10-211-1/+1
* bios.py: fix typo in GRUB_CMDLINE_LINUX_DEFAULT stringAlejandro Sirgo Rica2024-10-091-1/+1
* src: log backtrace in unhandled error casesAlejandro Sirgo Rica2024-04-031-2/+3
* utils: fix string not being defined as f-strings when they shouldAlejandro Sirgo Rica2024-03-211-2/+2
* utils: implement BIOS boot for LinuxAlejandro Sirgo Rica2024-03-211-0/+53