__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#! /bin/sh
# SPDX-License-Identifier: LGPL-2.1+
set -e
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"
if [ -f /var/lib/fwupd/uefi_capsule.conf ] &&
ls /sys/firmware/efi/efivars/fwupd-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 1>/dev/null 2>&1; then
. /var/lib/fwupd/uefi_capsule.conf
if [ "${EFI_PATH}" != "" ] && [ "${ESP}" != "" ]; then
echo "Adding Linux Firmware Updater entry" >&2
cat << EOF
menuentry 'Linux Firmware Updater' \$menuentry_id_option 'fwupd' {
EOF
${grub_probe:?} --version > /dev/null
prepare_grub_to_access_device "$(${grub_probe} --target=device ${ESP})" | sed -e "s/^/\t/"
cat << EOF
chainloader ${EFI_PATH}
}
EOF
fi
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 00_header | File | 10.41 KB | 0755 |
|
| 05_debian_theme | File | 6.11 KB | 0755 |
|
| 10_linux | File | 17.71 KB | 0755 |
|
| 10_linux_zfs | File | 42.19 KB | 0755 |
|
| 20_linux_xen | File | 14.17 KB | 0755 |
|
| 25_bli | File | 786 B | 0755 |
|
| 30_os-prober | File | 12.81 KB | 0755 |
|
| 30_uefi-firmware | File | 1.15 KB | 0755 |
|
| 35_fwupd | File | 722 B | 0755 |
|
| 40_custom | File | 214 B | 0755 |
|
| 41_custom | File | 215 B | 0755 |
|
| README | File | 483 B | 0644 |
|