[arch-releng] [PATCH] List root block devices instead of usable partitions (GRUB MBR Install)

pyther at pyther.net pyther at pyther.net
Sat Mar 5 23:09:59 EST 2011


---
 src/core/libs/lib-ui-interactive.sh |    2 +-
 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 8281bc0..c4bb336 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
-- 
1.7.4.1



More information about the arch-releng mailing list