summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-blockdevices-filesystems.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-blockdevices-filesystems.sh
parent341ae1612dc7f844ec35020b7f509b61b4d89131 (diff)
rename findpartitions to findblockdevices, as that's what it really does now
Diffstat (limited to 'src/core/libs/lib-blockdevices-filesystems.sh')
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index f8d6e6c..d701105 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -198,7 +198,7 @@ getlabel()
# $1 set to 1 to echo a newline after partition instead of a space (optional)
# $2 extra things to echo for each partition (optional)
# $3 something to append directly after the partition (optional) TODO: refactor code so there's a space in between, merge $2 and $3. use echo -e to print whatever user wants
-findpartitions() {
+findblockdevices() {
workdir="$PWD"
for devpath in $(finddisks)
do