Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | live: drop IniciarSesion script when uefi booting into linux | Alejandro Sirgo Rica | 2024-03-04 | 1 | -6/+33 |
| | | | | | | Replace IniciarSesion script in favor of native Python code when booting a UEFI system into Linux. This completes the implementation of booting into an OS on a UEFI compliant system. | ||||
* | utils: add boot.py | Jose M. Guisado | 2024-03-04 | 1 | -0/+63 |
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. |