diff --git a/05efi b/05efi index 7e88062..d9ea299 100644 --- a/05efi +++ b/05efi @@ -17,6 +17,7 @@ fi case "$type" in vfat) debug "$1 is a FAT32 partition" ;; msdos) debug "$1 is a FAT16 partition" ;; + fuse|fuseblk) debug "$1 is a FUSE partition" ;; # might be GRUB *) debug "$1 is $type partition: exiting"; exit 1 ;; esac diff --git a/os-prober.changes b/os-prober.changes index 2c4b4d7..a299d15 100644 --- a/os-prober.changes +++ b/os-prober.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 3 16:06:32 UTC 2013 - arvidjaar@gmail.com + +- 05efi - accept FUSE as valid filesystem too (bnc#807190) + ------------------------------------------------------------------- Fri Feb 8 15:16:13 UTC 2013 - arvidjaar@gmail.com