X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F34_ignore_unknown_filesystems.patch;h=fd665366170616862519631f066fdba9c7aaaa8e;hb=7f450c201f6aa9434f1dae176882a0ee226fa4cf;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