It seems like it was dropped by unknown reason, so it should be enabled.

23.12.2015 13:11, Erich Titl пишет:
> Hi David
>
> Am 23.12.2015 um 11:41 schrieb David M Brooke:
>> Hi Erich,
>>
>> I added that code in 2012 in response to a user request.
>> The need for findfs was flagged up at the time.
> I guessed so, but looking at the actual busybox configuration this code
> snippet is lame.
>
> # Actually there is no findfs in busybox, so this is lame
>
>          # Convert any UUID= or LABEL= to device file name
>         case "$1" in
>                 UUID=*|LABEL=*) dev=`/sbin/findfs "$1"`;;
>                 *) dev="$1";;
>         esac
>
> So either we reenable findfs or remove the code as it will throw errors
> if anyone uses UUID or LABEL.
>
> cheers
>
> ET
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> leaf-devel mailing list
> leaf-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-devel


------------------------------------------------------------------------------

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to