mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
change dialog layout
This commit is contained in:
parent
597b3e8dc8
commit
9f22d4d494
1 changed files with 3 additions and 3 deletions
|
@ -93,16 +93,16 @@ elif [ "${eventID}" == "noHDD" ]; then
|
|||
Waiting for HDD/SSD ...
|
||||
Please connect a ${contentWords[0]}
|
||||
HDD or SSD to the device.
|
||||
" 8 35
|
||||
" 7 35
|
||||
|
||||
elif [ "${eventID}" == "sdtoosmall" ]; then
|
||||
|
||||
# contentWords[1] --> size string (for example '16GB')
|
||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||
PROBLEM: SD CARD IS TOO SMALL
|
||||
Minimum of ${contentWords[1]} needed
|
||||
Minimum of ${contentWords[0]} needed
|
||||
Cut power & create fresh sd card
|
||||
" 8 40
|
||||
" 7 40
|
||||
|
||||
################################################
|
||||
# 2) GENERIC EVENT
|
||||
|
|
Loading…
Add table
Reference in a new issue