improve wrapping for info text box in raspi-config

This commit is contained in:
Alex Bradbury 2012-07-13 17:13:30 +01:00
parent e4e56bf1fb
commit 2da99a7c81

View File

@ -10,10 +10,12 @@ if [ $(id -u) -ne 0 ]; then
fi fi
do_info() { do_info() {
whiptail --msgbox "This tool provides a straight-forward way of doing whiptail --msgbox "\
initial configuration of the Raspberry Pi. Although it can be run at any This tool provides a straight-forward way of doing initial
time, some of the options may have difficulties if you have heavily configuration of the Raspberry Pi. Although it can be run
customised your installation." 20 60 1 at any time, some of the options may have difficulties if
you have heavily customised your installation.\
" 20 70 1
} }
do_expand_rootfs() { do_expand_rootfs() {