Skip to content
Snippets Groups Projects
Commit c45eb4ab authored by Max Rees's avatar Max Rees
Browse files

system/syslinux: fix typo in update-extlinux

parent 61ce3745
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment