Re: findfs in linuxrc

Erich Titl <[email protected]>
Newsgroups gmane.linux.leaf.devel
Message-ID <[email protected]>
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

------------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.