aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslinux/update-extlinux
diff options
context:
space:
mode:
Diffstat (limited to 'main/syslinux/update-extlinux')
-rwxr-xr-xmain/syslinux/update-extlinux7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/syslinux/update-extlinux b/main/syslinux/update-extlinux
index 0dc360170b..1c5fc5c455 100755
--- a/main/syslinux/update-extlinux
+++ b/main/syslinux/update-extlinux
@@ -151,6 +151,13 @@ if [ -f "/boot/memtest" ]; then
echo "" >> $conf.new
fi
+if [ -f "/boot/reboot.c32" ]; then
+ everbose "Found reboot"
+ echo "LABEL reboot" >> $conf.new
+ echo " MENU LABEL Reboot" >> $conf.new
+ echo " COM32 reboot.c32" >> $conf.new
+ echo "" >> $conf.new
+fi
if [ "$overwrite" != "1" ]; then