gummiboot: switch to INSTALL.msg.
This commit is contained in:
parent
e1e2014b00
commit
d12750a268
@ -2,25 +2,6 @@ case "$ACTION" in
|
|||||||
post)
|
post)
|
||||||
if [ "$UPDATE" = no ]; then
|
if [ "$UPDATE" = no ]; then
|
||||||
mkdir -p /boot/EFI/gummiboot
|
mkdir -p /boot/EFI/gummiboot
|
||||||
cat <<EOF
|
|
||||||
==========================================================================
|
|
||||||
|
|
||||||
Make gummiboot your default bootloader with:
|
|
||||||
|
|
||||||
$ mount -t efivarfs none /sys/firmware/efi/efivars
|
|
||||||
$ gummiboot install
|
|
||||||
|
|
||||||
Kernel options should be defined in /boot/loader/void-options.conf:
|
|
||||||
|
|
||||||
$ cat /boot/loader/void-options.conf
|
|
||||||
root=/dev/sda2 ro quiet
|
|
||||||
|
|
||||||
Reconfigure your kernel package to create loader entries:
|
|
||||||
|
|
||||||
$ xbps-reconfigure -f linux3.XX
|
|
||||||
|
|
||||||
==========================================================================
|
|
||||||
EOF
|
|
||||||
fi
|
fi
|
||||||
gummiboot update
|
gummiboot update
|
||||||
;;
|
;;
|
||||||
|
17
srcpkgs/gummiboot/INSTALL.msg
Normal file
17
srcpkgs/gummiboot/INSTALL.msg
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
==========================================================================
|
||||||
|
|
||||||
|
Make gummiboot your default bootloader with:
|
||||||
|
|
||||||
|
$ mount -t efivarfs none /sys/firmware/efi/efivars
|
||||||
|
$ gummiboot install
|
||||||
|
|
||||||
|
Kernel options should be defined in /boot/loader/void-options.conf:
|
||||||
|
|
||||||
|
$ cat /boot/loader/void-options.conf
|
||||||
|
root=/dev/sda2 ro quiet
|
||||||
|
|
||||||
|
Reconfigure your kernel package to create loader entries:
|
||||||
|
|
||||||
|
$ xbps-reconfigure -f linux3.XX
|
||||||
|
|
||||||
|
==========================================================================
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'gummiboot'
|
# Template file for 'gummiboot'
|
||||||
pkgname=gummiboot
|
pkgname=gummiboot
|
||||||
version=45
|
version=45
|
||||||
revision=3
|
revision=4
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user