Re: devtmpfs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 06/26/2010 01:50 PM, Damjan Georgievski wrote:
And if I do will I be able to use root=/dev/disk/by-uuid/xx-yy-zz-etc

No.

or any of the similar kernel command line options?

Which ones?

I meant the options like root=/dev/disk/by-label or maybe
root=LABEL=Arch or something

you can use findfs:

dev="$(findfs UUID=<uuid>)"
if [ -e "$dev" ]
then
 mount "$dev" /mnt
done

Regards,
Andrej


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux