From c45eb4abc438b26d7b900e1ef4d249b950b91e6b Mon Sep 17 00:00:00 2001 From: Max Rees Date: Wed, 28 Mar 2018 03:18:40 -0400 Subject: system/syslinux: fix typo in update-extlinux --- system/syslinux/update-extlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/syslinux/update-extlinux') diff --git a/system/syslinux/update-extlinux b/system/syslinux/update-extlinux index b0d8d97f7..5e1183ba9 100755 --- a/system/syslinux/update-extlinux +++ b/system/syslinux/update-extlinux @@ -107,7 +107,7 @@ if [ -n "$serial_port" ]; then fi echo "DEFAULT $syslinux_menu" >> $conf.new echo "PROMPT 0" >> $conf.new -echo "MENU TITLE Addelie $(uname -s) Boot Menu" >> $conf.new +echo "MENU TITLE Adelie $(uname -s) Boot Menu" >> $conf.new if [ "$hidden" = "1" ]; then echo "MENU HIDDEN" >> $conf.new fi -- cgit v1.2.3-60-g2f50