From 9b1df2de1ceb165734d0ce4cb6eabbb427516f8b Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 9 Dec 2008 17:55:12 +0100 Subject: partition fixes --- src/core/libs/lib-blockdevices-filesystems.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index d2bbaf9..ae40c06 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -329,14 +329,14 @@ process_disks () { while read disk scheme do - process_disk $disk "$scheme" + process_disk $disk "$scheme" || return $? done < $TMP_PARTITIONS } process_disk () { - partition $1 $2 + partition $1 "$2" } -- cgit v1.2.3-54-g00ecf