Skip to content
Snippets Groups Projects
Commit 04ab714f authored by Philip Müller's avatar Philip Müller
Browse files

[kernels] small beautification

parent 12a49cd2
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,11 @@ if [ "${have_kernel}" != "true" ]; then
fi
echo "There are no suitable kernels available"
if [ "${have64}" == "true" ]; then
echo ""
echo "It appears you are trying to boot a 64bit release on a 32bit machine"
echo "This cannot work!"
echo ""
fi
echo ""
echo "Press Escape to return to the main menu"
sleep --interruptible 9999
menu_reload
......
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