From ee45c789d7ba4f3aad9d6837bde79cbcb9157d78 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 27 Jul 2009 22:11:58 +0200 Subject: better phrasing --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 3743ca7..039d8ec 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -927,7 +927,7 @@ interactive_grub() { # get md device either if we use separate /boot or not. [ -z $bootdev ] && local md=$PART_ROOT || local md=$bootdev - local ask_str="By default grub bootloader will get installed in MBR of each harddisks from your BOOT array "$md". Otherwise selct No." + local ask_str="Do you want to install grub to the MBR of each harddisk from your BOOT array "$md" ? (recommended)" ask_yesno "$ask_str" yes if [ $? -eq 0 ]; then slaves=$(mdraid_all-slaves $md) -- cgit v1.2.3-54-g00ecf