I'm trying to make a portable distro of linux on a 16MB SD card. I have a 2.4 kernel and extlinux as a bootloader. How can I pass the root=
parameter to the kernel that the distro would be still portable?
I know that I should enter the sdx
label but I don't know how to do that so that it would work also on other machines? I suppose that one computer's /dev/sdd
isn't the same as another computer's /dev/sdd
.
How can I make sure that my distro would boot into the right root drive every time?
root=UUID=....
– cylgalad Mar 31 '16 at 8:00