From d621ee25ea648150e17ad626434a14ca26f0cbef Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 28 May 2012 12:26:24 +0200 Subject: [PATCH] 34_ignore_unknown_filesystems.patch: also ignore fstype swap --- debian/patches/34_ignore_unknown_filesystems.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/34_ignore_unknown_filesystems.patch b/debian/patches/34_ignore_unknown_filesystems.patch index d269d0b..fd66536 100644 --- a/debian/patches/34_ignore_unknown_filesystems.patch +++ b/debian/patches/34_ignore_unknown_filesystems.patch @@ -4,8 +4,8 @@ return 1 fi -+ # get_fstype might report "unknown", ignore it as no such kernel module exists -+ if [ "${fstype}" = "unknown" ] ++ # get_fstype might report "unknown" or "swap", ignore it as no such kernel module exists ++ if [ "${fstype}" = "unknown" ] || [ "${fstype}" = "swap" ] + then + return 1 + fi -- 2.1.4