summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-blockdevices-filesystems.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-12 22:18:22 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-12 22:18:22 +0100
commit6efcb62d3459a5c6b63dfa3f8c2bdf1ec0b956a6 (patch)
tree2ab3683a5b373479a41aab4c32f3bd2bec51a063 /src/core/libs/lib-blockdevices-filesystems.sh
parent84f831bc5c31d470debb87ac78e72669e00de029 (diff)
lvm VG fix
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 a5bf073..0cb38de 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -474,7 +474,7 @@ process_filesystems ()
then
debug "->Still need to do it: Making the filesystem on a volume which is a lvm PV"
infofy "Making $fs_type filesystem on $part" disks
- process_filesystem $part $fs_type $fs_create $fs_mountpoint no_mount $fs_opts $fs_label $fs_params && done_filesystems+=("$fs_string")
+ process_filesystem ${part/+/} $fs_type $fs_create $fs_mountpoint no_mount $fs_opts $fs_label $fs_params && done_filesystems+=("$fs_string")
else
debug "->Cannot do right now..."
open_items=1