Update
This commit is contained in:
parent
dcf690651b
commit
8f58aadaa3
|
@ -235,6 +235,7 @@ function gen_image() {
|
|||
ukify_args+=(--os-release "/etc/os-release")
|
||||
ukify_args+=(--uname "$kernel_version")
|
||||
ukify_args+=(--output "$efi_image")
|
||||
ukify_args+=(--measure)
|
||||
|
||||
echo "==> Ukify image $kernel_name $efi_image"
|
||||
if [ -f "${ukify_conf}" ]; then
|
||||
|
@ -261,6 +262,7 @@ function gen_image() {
|
|||
ukify_args+=(--os-release "/etc/os-release")
|
||||
ukify_args+=(--uname "$kernel_version")
|
||||
ukify_args+=(--output "$efi_image_fallback")
|
||||
ukify_args+=(--measure)
|
||||
|
||||
echo "==> Ukify image $kernel_name $efi_image_fallback"
|
||||
if [ -f "${ukify_conf}" ]; then
|
||||
|
|
Loading…
Reference in New Issue