summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-28 19:38:47 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-28 19:38:47 +0200
commit73bfbac0ebe472378cf03cdd4012ec2a6a21fedd (patch)
tree44015fd5d33930e9cb1c4fa3f41d96151c2c5d85 /src/core/libs/lib-ui-interactive.sh
parent81f47f128b0301080cf3a7132aef2def4c7c8539 (diff)
more friendly "could not figure it out" grub message
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 84517fe..125fce3 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -1088,7 +1088,7 @@ generate_grub_menulst() {
kernel=" kernel $subdir/vmlinuz26 root=$crypt_device cryptdevice=$lv_device:root ro"
else
debug 'FS' 'Grub kernel line? Could not figure this one out'
- show_warning "Disk setup detection" "Could not figure out what kind of disk setup you are using. Are you using some really fancy dm_crypt/lvm/softraid setup? Please file a bug for this and supply all files from /tmp/aif/"
+ show_warning "Disk setup detection" "Are you using some really fancy dm_crypt/lvm/softraid setup?\nI could not figure it out, so the kernel line will be the default: you'll probably need to edit it.\nPlease file a bug for this and supply all files from /tmp/aif/"
fi
fi
cat >>$grubmenu <<EOF