From 55190c0c81fc76f8b2b3983e790f2c7aacf4e69f Mon Sep 17 00:00:00 2001 From: "pyther@pyther.net" Date: Sat, 5 Mar 2011 23:09:59 -0500 Subject: List root block devices instead of usable partitions (GRUB MBR Install) Signed-off-by: Dieter Plaetinck --- 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 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 -- cgit v1.2.3