summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-27 22:11:58 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-27 22:11:58 +0200
commitee45c789d7ba4f3aad9d6837bde79cbcb9157d78 (patch)
tree5ee3792e85b87b8e792e510edccbd70e6796d9b2 /src/core/libs/lib-ui-interactive.sh
parentc5d36989eea5a8ef82b1de194cb71f869555fe8b (diff)
better phrasing
Diffstat (limited to 'src/core/libs/lib-ui-interactive.sh')
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
1 files changed, 1 insertions, 1 deletions
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)