summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyther@pyther.net <pyther@pyther.net>2011-03-05 23:09:59 -0500
committerDieter Plaetinck <dieter@plaetinck.be>2011-03-06 10:02:15 +0100
commit55190c0c81fc76f8b2b3983e790f2c7aacf4e69f (patch)
treeedc72f35703d6c054464652bd5b9ca0122c29c0e
parent9f1137e7787fdf3b9fb8b2a7bdd9b7abf6380d09 (diff)
List root block devices instead of usable partitions (GRUB MBR Install)
Signed-off-by: Dieter Plaetinck <dieter@plaetinck.be>
-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 53bf6b9..29453cb 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -905,7 +905,7 @@ interactive_grub() {
# Create and edit the grub menu.lst
interactive_bootloader_menu "grub" $grubmenu
- DEVS="$(find_usable_blockdevices '_ ')"
+ DEVS="$(finddisks '_ ')"
if [ "$DEVS" = " " ]; then
notify "No hard drives were found"
return 1