summaryrefslogtreecommitdiff
path: root/src/shared/bootspec.h
diff options
context:
space:
mode:
authorHenrique Dante de Almeida <hdante@gmail.com>2017-12-16 22:52:05 -0200
committerHenrique Dante de Almeida <hdante@gmail.com>2018-02-03 17:37:21 -0200
commitd37b0737e14ca3539e6962c48953df135533cea6 (patch)
treeea4270c55947f74335fb68359f99867d9b85f606 /src/shared/bootspec.h
parent26e51d87f7b9c50cc215dc9ccc78fa99f5225a82 (diff)
downloadsystemd-d37b0737e14ca3539e6962c48953df135533cea6.tar.gz
bootctl: synchronize bootctl code with sd-boot code
This patch adds a line with "#console-mode keep" as a documentation for the console mode feature and duplicates console-mode parsing to bootctl.
Diffstat (limited to 'src/shared/bootspec.h')
-rw-r--r--src/shared/bootspec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/bootspec.h b/src/shared/bootspec.h
index d9c641bf08..820688289a 100644
--- a/src/shared/bootspec.h
+++ b/src/shared/bootspec.h
@@ -40,6 +40,7 @@ typedef struct BootConfig {
char *default_pattern;
char *timeout;
char *editor;
+ char *console_mode;
char *entry_oneshot;
char *entry_default;