Add cpu-frequency, memory-frequency, preboot-etherboot* properties (#320)

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
hansmi 2024-10-10 21:43:40 +02:00 committed by GitHub
parent 5adc664b04
commit 22ff089787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -4257,9 +4257,13 @@ PATHS = {
'boot-delay': KeyInfo(default='2s'),
'boot-device': KeyInfo(default='nand-if-fail-then-ethernet'),
'boot-protocol': KeyInfo(default='bootp'),
'cpu-frequency': KeyInfo(),
'enable-jumper-reset': KeyInfo(default=True),
'enter-setup-on': KeyInfo(default='any-key'),
'force-backup-booter': KeyInfo(default=False),
'memory-frequency': KeyInfo(),
'preboot-etherboot': KeyInfo(),
'preboot-etherboot-server': KeyInfo(),
'protected-routerboot': KeyInfo(default='disabled'),
'reformat-hold-button': KeyInfo(default='20s'),
'reformat-hold-button-max': KeyInfo(default='10m'),