summaryrefslogtreecommitdiff
path: root/libre-testing/syslinux/syslinux.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-05 20:25:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-05 20:25:03 -0300
commitf297558bde94ecc955bec453dae29b438c9ce151 (patch)
tree2a1368a7835d58bff72d539a5fda74157b8e13d9 /libre-testing/syslinux/syslinux.install
parent8022c95aab7e1c70f82204bfa7adb8815d0489f0 (diff)
downloadabslibre-f297558bde94ecc955bec453dae29b438c9ce151.tar.gz
abslibre-f297558bde94ecc955bec453dae29b438c9ce151.tar.bz2
abslibre-f297558bde94ecc955bec453dae29b438c9ce151.zip
syslinux: updating new version of this package on libre-testing
Diffstat (limited to 'libre-testing/syslinux/syslinux.install')
-rw-r--r--libre-testing/syslinux/syslinux.install16
1 files changed, 13 insertions, 3 deletions
diff --git a/libre-testing/syslinux/syslinux.install b/libre-testing/syslinux/syslinux.install
index 19caa1026..ac8553a97 100644
--- a/libre-testing/syslinux/syslinux.install
+++ b/libre-testing/syslinux/syslinux.install
@@ -1,8 +1,18 @@
post_install() {
- echo "==> If you want to use syslinux as your bootloader"
+ echo "==> If you want to use syslinux as your BIOS bootloader"
echo "==> edit /boot/syslinux/syslinux.cfg and run"
echo "==> # /usr/bin/syslinux-install_update -i -a -m"
echo "==> to install it."
+
+ cat << EOF
+Syslinux efi64 and efi32 files have been installed at
+/usr/lib/syslinux/{efi64,efi32}/ respectively.
+
+To install, copy /usr/lib/syslinux/efi64 to (ESP)/EFI/syslinux and
+syslinux.cfg to (ESP)/EFI/syslinux/syslinux.cfg and add a boot entry
+using efibootmgr for (ESP)/EFI/syslinux/syslinux.efi
+EOF
+
}
post_upgrade() {
@@ -17,9 +27,9 @@ post_upgrade() {
echo "If you manually installed syslinux:"
echo "==> Please copy or symlink all .c32 modules to your /boot/syslinux directory."
echo "==> If (/ and /boot on seperate fs):"
- echo "==> # cp /usr/lib/syslinux/*.c32 /boot/syslinux"
+ echo "==> # cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux"
echo "==> If (/ and /boot on same fs):"
- echo "==> # ln -s /usr/lib/syslinux/*.c32 /boot/syslinux"
+ echo "==> # ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux"
fi
}