summaryrefslogtreecommitdiff
path: root/extra/refind-efi/refind-efi.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-22 01:28:29 -0700
committerroot <root@rshg054.dnsready.net>2013-06-22 01:28:29 -0700
commit946a83c478943914bcf576bd772689ef74c27fdd (patch)
tree577d46741bf519254d29a0979eb015e1281487fa /extra/refind-efi/refind-efi.install
parentdeef1b9af1fb8bb4c263d8aa1df699ef0d4d3b31 (diff)
Sat Jun 22 01:28:11 PDT 2013
Diffstat (limited to 'extra/refind-efi/refind-efi.install')
-rw-r--r--extra/refind-efi/refind-efi.install31
1 files changed, 31 insertions, 0 deletions
diff --git a/extra/refind-efi/refind-efi.install b/extra/refind-efi/refind-efi.install
new file mode 100644
index 000000000..e43f6cb61
--- /dev/null
+++ b/extra/refind-efi/refind-efi.install
@@ -0,0 +1,31 @@
+post_install() {
+
+ cat << EOF
+
+rEFInd UEFI applications have been installed at /usr/lib/refind/refind_*.efi
+
+Other UEFI applications have been installed at /usr/lib/refind/tools_*/
+
+UEFI drivers have deen installed at /usr/lib/refind/drivers_*/
+
+Copy the efi application (according to your UEFI ARCH)
+and /usr/lib/refind/config/refind.conf to a sub-directory of <EFISYS>/EFI/
+and add an entry to firmware boot menu using efibootmgr or mactel-boot (for Macs)
+
+rEFInd Icons have been installed at /usr/share/refind/icons/
+rEFInd Fonts have been installed at /usr/share/refind/fonts/
+
+HTML Documentation is available at /usr/share/refind/docs/html/
+
+More info: https://wiki.archlinux.org/index.php/UEFI_Bootloaders#Using_rEFInd
+
+EOF
+
+}
+
+post_upgrade() {
+
+ post_install
+
+}
+