summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-ui-interactive.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-04-10 20:35:17 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2010-04-10 20:35:17 +0200
commit836b1252b245b124af45499720d83e8b583d79d4 (patch)
tree6ac823eb190b65acb0caa924bd6e5d110f67c102 /src/core/libs/lib-ui-interactive.sh
parent341ae1612dc7f844ec35020b7f509b61b4d89131 (diff)
rename findpartitions to findblockdevices, as that's what it really does now
Diffstat (limited to 'src/core/libs/lib-ui-interactive.sh')
-rw-r--r--src/core/libs/lib-ui-interactive.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index 4ad87ee..5a3b848 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -599,7 +599,7 @@ interactive_filesystems() {
renew_blockdevices=0
fi
fi
- [ "$renew_blockdevices" = 1 ] && findpartitions 0 'no_fs' ' raw no_label' > $TMP_BLOCKDEVICES
+ [ "$renew_blockdevices" = 1 ] && findblockdevices 0 'no_fs' ' raw no_label' > $TMP_BLOCKDEVICES
[ -z "$PART_ACCESS" ] && PART_ACCESS=dev
ask_option $PART_ACCESS 'Partition Access Method' 'How do you want your partitions to be accessed in grubs menu.lst and /etc/fstab?' '' \
@@ -929,7 +929,7 @@ interactive_grub() {
interactive_grub_menulst
DEVS=$(finddisks 1 _)
- DEVS="$DEVS $(findpartitions 1 _)"
+ DEVS="$DEVS $(findblockdevices 1 _)"
if [ "$DEVS" = " " ]; then
notify "No hard drives were found"
return 1