aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslinux/update-extlinux
diff options
context:
space:
mode:
Diffstat (limited to 'main/syslinux/update-extlinux')
-rwxr-xr-xmain/syslinux/update-extlinux14
1 files changed, 6 insertions, 8 deletions
diff --git a/main/syslinux/update-extlinux b/main/syslinux/update-extlinux
index 7288861932..74bd429ffc 100755
--- a/main/syslinux/update-extlinux
+++ b/main/syslinux/update-extlinux
@@ -159,14 +159,12 @@ fi
mv $conf.new $conf
-everbose "Installing mboot.c32 to /boot."
-cp /usr/share/syslinux/mboot.c32 /boot
-
-everbose "Installing menu.c32 to /boot."
-cp /usr/share/syslinux/menu.c32 /boot
-
-everbose "Installing $syslinux_menu to /boot."
-cp /usr/share/syslinux/vesamenu.c32 /boot
+everbose "Installing libutil.c32 mboot.c32 menu.c32 vesamenu.c32 to /boot."
+cp /usr/share/syslinux/libutil.c32 \
+ /usr/share/syslinux/mboot.c32 \
+ /usr/share/syslinux/menu.c32 \
+ /usr/share/syslinux/vesamenu.c32 \
+ /boot
case "$(stat -f -c '%T' /boot)" in
ext*) extlinux --update /boot;;