diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-22 16:48:39 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-11-22 16:48:39 -0200 |
commit | 6334e77f64f574ef7bcd3aeceb2237b55495a4c7 (patch) | |
tree | 2c24cd38846c726eccb11bb26952b7b0da25bbfb /libre/syslinux/syslinux-install_update | |
parent | a2387936e71fd3fa8d2cef0b1f4c92985877ce1a (diff) |
syslinux-6.02-6: updating revision
* fix install message, don't recommend symlinking anymore
* don't be too verboose in install file, #37758 => https://bugs.archlinux.org/task/37758
Diffstat (limited to 'libre/syslinux/syslinux-install_update')
-rw-r--r-- | libre/syslinux/syslinux-install_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/syslinux/syslinux-install_update b/libre/syslinux/syslinux-install_update index 251b9c482..e278904e2 100644 --- a/libre/syslinux/syslinux-install_update +++ b/libre/syslinux/syslinux-install_update @@ -334,7 +334,7 @@ update() { install_modules if device_is_raid "$bootpart" ; then - echo "Detected RAID on /boot - installing Syslinux with --raid" + echo "Detected RAID on /boot - updating Syslinux with --raid" "$EXTLINUX" --update "$bios_bootpath" --raid &> /dev/null else "$EXTLINUX" --update "$bios_bootpath" &> /dev/null |