mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
This is not the full environment used by U-Boot, just the bits needed for U-Boot to know which slot to boot and for Infix to know how the boot process went. U-Boot will selectively import/export only these keys during boot, which avoids a malicious user from altering the boot in a way that might bypass signature validation.
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
BOOT_ORDER=primary secondary net
|
|
BOOT_primary_LEFT=1
|
|
BOOT_secondary_LEFT=1
|
|
BOOT_net_LEFT=1
|