summaryrefslogtreecommitdiffstats
path: root/lib/pb-config
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-12-13 11:24:09 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-12-13 11:26:17 +1100
commit95ec722a057b3ebb44699af16ea68ca0dffef50e (patch)
tree39bf178ae40aba39f9b43bbc6cd68c09d4d0a648 /lib/pb-config
parent35ec247ac2dc4611cd3c9e99e0fcea0cf0d97415 (diff)
downloadtalos-petitboot-95ec722a057b3ebb44699af16ea68ca0dffef50e.tar.gz
talos-petitboot-95ec722a057b3ebb44699af16ea68ca0dffef50e.zip
ui/ncurses: Add option to clear IPMI boot mailbox
If there is an IPMI boot mailbox configuration present display a message in the System Configuration screen and provide the option to clear the mailbox. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'lib/pb-config')
-rw-r--r--lib/pb-config/pb-config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pb-config/pb-config.c b/lib/pb-config/pb-config.c
index 7fa925c..a802c92 100644
--- a/lib/pb-config/pb-config.c
+++ b/lib/pb-config/pb-config.c
@@ -83,6 +83,7 @@ struct config *config_copy(void *ctx, const struct config *src)
dest->ipmi_bootdev = src->ipmi_bootdev;
dest->ipmi_bootdev_persistent = src->ipmi_bootdev_persistent;
+ dest->ipmi_bootdev_mailbox = src->ipmi_bootdev_mailbox;
dest->allow_writes = src->allow_writes;
OpenPOWER on IntegriCloud