diff options
author | Max Rees <maxcrees@me.com> | 2018-03-28 03:18:40 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2018-03-28 03:18:40 -0400 |
commit | c45eb4abc438b26d7b900e1ef4d249b950b91e6b (patch) | |
tree | 58ff495b94dcf4921f26e6a9196b4c8b2985b846 | |
parent | 61ce37455ec2f99ef314b876859ce24c9166ca1e (diff) | |
download | packages-c45eb4abc438b26d7b900e1ef4d249b950b91e6b.tar.gz packages-c45eb4abc438b26d7b900e1ef4d249b950b91e6b.tar.bz2 packages-c45eb4abc438b26d7b900e1ef4d249b950b91e6b.tar.xz packages-c45eb4abc438b26d7b900e1ef4d249b950b91e6b.zip |
system/syslinux: fix typo in update-extlinux
-rwxr-xr-x | system/syslinux/update-extlinux | 2 |
1 files changed, 1 insertions, 1 deletions
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 |