gummiboot: fix install msg

This commit is contained in:
Eivind Uggedal 2015-05-11 07:32:12 +00:00
parent 4e53ee1f79
commit 24a486b10e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Make gummiboot your default bootloader with: Make gummiboot your default bootloader with:
$ mount -t efivarfs none /sys/firmware/efi/efivars $ mount -t efivarfs efivarfs /sys/firmware/efi/efivars
$ gummiboot install $ gummiboot install
Kernel options should be defined in /boot/loader/void-options.conf: Kernel options should be defined in /boot/loader/void-options.conf:
@ -10,5 +10,5 @@ Kernel options should be defined in /boot/loader/void-options.conf:
Reconfigure your kernel package to create loader entries: Reconfigure your kernel package to create loader entries:
$ xbps-reconfigure -f linux3.XX $ xbps-reconfigure -f linux4.XX

View File

@ -1,7 +1,7 @@
# Template file for 'gummiboot' # Template file for 'gummiboot'
pkgname=gummiboot pkgname=gummiboot
version=48 version=48
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake pkg-config libxslt docbook-xsl" hostmakedepends="automake pkg-config libxslt docbook-xsl"
makedepends="gnu-efi-libs liblzma-devel libblkid-devel" makedepends="gnu-efi-libs liblzma-devel libblkid-devel"