summaryrefslogtreecommitdiffstats
path: root/src/utils/boot.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: add boot.pyJose M. Guisado2023-09-131-0/+60
Add utility module related to the process of booting a system from a client's partition. The main utility function to boot a clients system is boot_os_at(), from which firmware (UEFI or BIOS) and os-family specific private functions are invoked. This initial commit adds UEFI windows boot function.