From 7990fa7464bc1f68e84318e9e54fa76498808ec8 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 11 Dec 2008 20:00:55 +0100 Subject: cleanup of useless stuff --- src/core/libs/lib-blockdevices-filesystems.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh index 89dc675..0ddf6e4 100644 --- a/src/core/libs/lib-blockdevices-filesystems.sh +++ b/src/core/libs/lib-blockdevices-filesystems.sh @@ -387,14 +387,10 @@ process_filesystems () if [ "$fs_type" = swap ] then infofy "(Maybe) Swapoffing $part" disks - debug "Swapoffing $part" - swapoff $part &>/dev/null # could be that it was not swappedon yet. that's not a problem at all. elif [ "$fs_mountpoint" != no_mount ] then infofy "(Maybe) Umounting $part" disks - debug "Umounting $part" - [ "$fs_mount" = target ] && fs_mountpoint=$var_TARGET_DIR$fs_mountpoint umount $part &>/dev/null # could be that this was not mounted yet. no problem. NOTE: umount part, not mountpoint. some other part could be mounted in this place, we don't want to affect that. fi done -- cgit v1.2.3-54-g00ecf