From f212b3b4600c41fff674a7818fba1b7eff672651 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 7 Mar 2010 15:08:29 +0100 Subject: fix some whitespace --- src/core/libs/lib-blockdevices-filesystems.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index 841ccf4..8346385 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -1,6 +1,5 @@ #!/bin/bash - # FORMAT DEFINITIONS: # -- formats used to interface with this library -- @@ -29,8 +28,6 @@ modprobe -q dm-crypt || show_warning modprobe 'Could not modprobe dm-crypt. no support for disk encryption' modprobe -q aes-i586 || modprobe -q aes-x86-64 || show_warning modprobe 'Could not modprobe aes-i586 or aes-x86-64. no support for disk encryption' - - TMP_DEV_MAP=$RUNTIME_DIR/aif-dev.map TMP_FSTAB=$RUNTIME_DIR/aif-fstab TMP_PARTITIONS=$RUNTIME_DIR/aif-partitions @@ -873,5 +870,3 @@ mdraid_all-slaves () done echo $slaves } - - -- cgit v1.2.3-54-g00ecf