From 15ca5d60696176f6c35584c81d5b6012c8ee94f3 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 27 Nov 2023 23:07:34 +0500 Subject: [PATCH] Update --- .github/FUNDING.yml | 15 --------------- push.sh | 2 ++ usr/bin/dracut-ukify | 4 +++- 3 files changed, 5 insertions(+), 16 deletions(-) delete mode 100755 .github/FUNDING.yml mode change 100755 => 100644 usr/bin/dracut-ukify diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100755 index 77389e0..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,15 +0,0 @@ -# These are supported funding model platforms - -#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] - -#patreon: # Replace with a single Patreon username -#open_collective: # Replace with a single Open Collective username -#ko_fi: # Replace with a single Ko-fi username -#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -#liberapay: # Replace with a single Liberapay username -#issuehunt: # Replace with a single IssueHunt username -#otechie: # Replace with a single Otechie username -#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] -#github: [Valeria-Fadeeva] -custom: ["https://www.tinkoff.ru/rm/fadeeva.valeriya96/9bLRi79066", "https://yoomoney.ru/to/4100115921160758", "https://qiwi.com/n/VALERIAFADEEVA", "valeria.fadeeva.me"] diff --git a/push.sh b/push.sh index a9a24d8..345883e 100755 --- a/push.sh +++ b/push.sh @@ -1,3 +1,5 @@ #!/bin/bash git add . && git commit -m "Update" && git push + +echo "Ready" diff --git a/usr/bin/dracut-ukify b/usr/bin/dracut-ukify old mode 100755 new mode 100644 index 10967a6..41d5d9a --- a/usr/bin/dracut-ukify +++ b/usr/bin/dracut-ukify @@ -140,10 +140,12 @@ while getopts ":hag:xyz" arg; do efi_image="$BOOT_PATH/$kernel_name.efi" efi_image_fallback="$BOOT_PATH/$kernel_name-fallback.efi" + efi_image_fallback_terminal="$BOOT_PATH/$kernel_name-fallback-terminal.efi" declare -a images=() images+=("$efi_image") images+=("$efi_image_fallback") + images+=("$efi_image_fallback_terminal") for image in "${images[@]}"; do @@ -305,7 +307,7 @@ function gen_image() { ukify_args+=(--output "$efi_image_fallback_terminal") ukify_args+=(--measure) - echo "==> Ukify image $kernel_name $efi_image_fallback TERMINAL" + echo "==> Ukify image $kernel_name $efi_image_fallback_terminal TERMINAL" if [ -f "${ukify_conf}" ]; then # ukify_args+=(--sbat='sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md # uki.author.myimage,1,UKI for System,uki.author.myimage,1,https://www.freedesktop.org/software/systemd/man/systemd-stub.html')