diff options
-rw-r--r-- | meta/classes-recipe/uki.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/uki.bbclass b/meta/classes-recipe/uki.bbclass index d9a7fb0e6f..fedff222c6 100644 --- a/meta/classes-recipe/uki.bbclass +++ b/meta/classes-recipe/uki.bbclass | |||
@@ -81,7 +81,7 @@ UKIFY_CMD ?= "ukify build" | |||
81 | UKI_CONFIG_FILE ?= "${UNPACKDIR}/uki.conf" | 81 | UKI_CONFIG_FILE ?= "${UNPACKDIR}/uki.conf" |
82 | UKI_FILENAME ?= "uki.efi" | 82 | UKI_FILENAME ?= "uki.efi" |
83 | UKI_KERNEL_FILENAME ?= "${KERNEL_IMAGETYPE}" | 83 | UKI_KERNEL_FILENAME ?= "${KERNEL_IMAGETYPE}" |
84 | UKI_CMDLINE ?= "rootwait root=LABEL=root console=${KERNEL_CONSOLE}" | 84 | UKI_CMDLINE ?= "rootwait root=LABEL=root" |
85 | # secure boot keys and cert, needs sbsign-tools-native (meta-secure-core) | 85 | # secure boot keys and cert, needs sbsign-tools-native (meta-secure-core) |
86 | #UKI_SB_KEY ?= "" | 86 | #UKI_SB_KEY ?= "" |
87 | #UKI_SB_CERT ?= "" | 87 | #UKI_SB_CERT ?= "" |