mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
refind: make loader and initrd entires bootable again
This commit is contained in:
parent
6310110aee
commit
8f309cc623
3 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@ zversion=$(echo "$VERSION" | sed 's/[.]/[.]/g')
|
|||
zentry=$(cat <<EOF
|
||||
menuentry "Void Linux $VERSION" {
|
||||
volume "$REFIND_LABEL"
|
||||
loader "$REFIND_BOOT_PREFIX/vmlinuz-$VERSION"
|
||||
initrd "$REFIND_BOOT_PREFIX/initramfs-$VERSION.img"
|
||||
loader $REFIND_BOOT_PREFIX/vmlinuz-$VERSION
|
||||
initrd $REFIND_BOOT_PREFIX/initramfs-$VERSION.img
|
||||
options "$OPTIONS"
|
||||
}
|
||||
EOF
|
||||
|
|
|
@ -16,7 +16,7 @@ UPDATE_REFIND_CONF=0
|
|||
# likewise, EFI mounted to /boot/efi
|
||||
# /efi/EFI/refind/refind.conf
|
||||
# /efi/EFI/BOOT/refind.conf
|
||||
REFIND_CONF=/boot/EFI/refind/refind.conf
|
||||
REFIND_CONF="/boot/EFI/refind/refind.conf"
|
||||
|
||||
# Set a custom label for Void boot entries
|
||||
#REFIND_LABEL="Void Linux"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'refind'
|
||||
pkgname=refind
|
||||
version=0.14.0.2
|
||||
revision=3
|
||||
revision=4
|
||||
archs="x86_64* i686* aarch64*"
|
||||
makedepends="gnu-efi-libs"
|
||||
depends="bash dosfstools efibootmgr"
|
||||
|
|
Loading…
Add table
Reference in a new issue