This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| get_boot_type [2025/01/31 00:34] – ken | get_boot_type [2026/07/07 23:13] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| function fn_get_boot_type() | function fn_get_boot_type() | ||
| { | { | ||
| - | #--- Determine the boot type (UEFI or BIOS). This is used for manifest automation | + | |
| - | LOG_MSG=" | + | LOG_MSG=" |
| - | fn_write_to_log | + | fn_write_to_log |
| - | BOOT_TYPE=$([ -d / | + | BOOT_TYPE=$([ -d / |
| - | LOG_MSG=" | + | LOG_MSG=" |
| - | fn_write_to_log | + | fn_write_to_log |
| } | } | ||
| </ | </ | ||