X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F34_ignore_unknown_filesystems.patch;h=fd665366170616862519631f066fdba9c7aaaa8e;hb=5c38cc138fcb792c1a25d0c050725c74cee7d153;hp=d269d0b9d79e94746e8a2619cfd4f5dbad446a9d;hpb=e161c2c46e9b01e868a2793ea055ab382df66c2d;p=live-boot-grml.git 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