Accepting request 157166 from home:arvidjaar:bnc:807190

- 05efi - accept FUSE as valid filesystem too (bnc#807190)

Please forward to 12.3.  This should land on installation DVD
so users get proper menu from the beginning.

OBS-URL: https://build.opensuse.org/request/show/157166
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=21
This commit is contained in:
Michael Chang 2013-03-04 03:17:55 +00:00 committed by Git OBS Bridge
parent 871faed8cd
commit 9d9fa71d99
2 changed files with 6 additions and 0 deletions

1
05efi
View File

@ -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

View File

@ -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