mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
zentry=$(cat <<EOF
|
||||||
menuentry "Void Linux $VERSION" {
|
menuentry "Void Linux $VERSION" {
|
||||||
volume "$REFIND_LABEL"
|
volume "$REFIND_LABEL"
|
||||||
loader "$REFIND_BOOT_PREFIX/vmlinuz-$VERSION"
|
loader $REFIND_BOOT_PREFIX/vmlinuz-$VERSION
|
||||||
initrd "$REFIND_BOOT_PREFIX/initramfs-$VERSION.img"
|
initrd $REFIND_BOOT_PREFIX/initramfs-$VERSION.img
|
||||||
options "$OPTIONS"
|
options "$OPTIONS"
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
|
@ -16,7 +16,7 @@ UPDATE_REFIND_CONF=0
|
||||||
# likewise, EFI mounted to /boot/efi
|
# likewise, EFI mounted to /boot/efi
|
||||||
# /efi/EFI/refind/refind.conf
|
# /efi/EFI/refind/refind.conf
|
||||||
# /efi/EFI/BOOT/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
|
# Set a custom label for Void boot entries
|
||||||
#REFIND_LABEL="Void Linux"
|
#REFIND_LABEL="Void Linux"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'refind'
|
# Template file for 'refind'
|
||||||
pkgname=refind
|
pkgname=refind
|
||||||
version=0.14.0.2
|
version=0.14.0.2
|
||||||
revision=3
|
revision=4
|
||||||
archs="x86_64* i686* aarch64*"
|
archs="x86_64* i686* aarch64*"
|
||||||
makedepends="gnu-efi-libs"
|
makedepends="gnu-efi-libs"
|
||||||
depends="bash dosfstools efibootmgr"
|
depends="bash dosfstools efibootmgr"
|
||||||
|
|
Loading…
Add table
Reference in a new issue