Unverified Commit ebb70916 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Cosmetic touch

parent c247b655
...@@ -1014,9 +1014,8 @@ function jobs () ...@@ -1014,9 +1014,8 @@ function jobs ()
if [[ $exitstatus = 0 ]]; then if [[ $exitstatus = 0 ]]; then
exceptions "$INSTALL_KERNEL" exceptions "$INSTALL_KERNEL"
dialog --title " Install and reboot " --colors --backtitle "$BACKTITLE" --yes-label "OK" --no-label "Cancel" --yesno \ dialog --title " Install and reboot " --colors --backtitle "$BACKTITLE" --yes-label "OK" --no-label "Cancel" --yesno \
"\nSwitching to \Z1linux-image${TARGET_BRANCH}-${TARGET_FAMILY}\Z0 \n\n\ "\nSwitching to \Z1linux-image${TARGET_BRANCH}-${TARGET_FAMILY}\Z0 \n\n\Warning: another kernel might not provide\
Warning: another kernel might not provide the same functionality or can be broken! \ the same functionality or can be broken!\n\nBoard config will be reverted to defaults." 12 50
\n\nBoard config will be reverted to defaults." 12 50
if [[ $? = 0 ]]; then if [[ $? = 0 ]]; then
# remove old # remove old
dialog --backtitle "$BACKTITLE" --title "Please wait" --infobox "\nRemoving current kernel." 5 28 dialog --backtitle "$BACKTITLE" --title "Please wait" --infobox "\nRemoving current kernel." 5 28
...@@ -1071,4 +1070,4 @@ function jobs () ...@@ -1071,4 +1070,4 @@ function jobs ()
esac esac
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment