forked from pool/os-prober
Accepting request 157195 from Base:System
Fix bnc#807190 OBS-URL: https://build.opensuse.org/request/show/157195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-prober?expand=0&rev=13
This commit is contained in:
commit
1ef5f256b9
1
05efi
1
05efi
@ -17,6 +17,7 @@ fi
|
|||||||
case "$type" in
|
case "$type" in
|
||||||
vfat) debug "$1 is a FAT32 partition" ;;
|
vfat) debug "$1 is a FAT32 partition" ;;
|
||||||
msdos) debug "$1 is a FAT16 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 ;;
|
*) debug "$1 is $type partition: exiting"; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -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
|
Fri Feb 8 15:16:13 UTC 2013 - arvidjaar@gmail.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user