On Wed, Oct 23, 2013 at 02:33:39PM +0000, Mihail Zenkov wrote: > 2013/10/23, Sylvain BERTRAND <sylw...@legeek.net>: >> Oh! Then, I'm sure not to port blkid. But, like the do_mount in >> linux init code, is the linux mount syscall able to mount a >> partition with "UUID=..." instead of "/dev/sd..."? > > You can try: root=PARTUUID=<UUID>
Yes, that's a kernel param for the do_mount function in linux init.c, but I have not dig in linux mount code to know if the mount syscall is able to do the same than this kernel param.