All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel parameters: root
@ 2007-05-04 13:37 Salvatore De Paolis
  2007-05-04 14:30 ` Jan Engelhardt
  0 siblings, 1 reply; 2+ messages in thread
From: Salvatore De Paolis @ 2007-05-04 13:37 UTC (permalink / raw)
  To: LKML

Hi all

I hope this is the right place to ask this question, if not please redirect me
to the right ML.

I would like to know more about kernel parameters and in particular about the
root parameter.
I'm booting the kernel from usb pen and the root could change while the pen is
plugged in different machines with different hardware.
I was trying to find info about "how to make this unique". 
Does the kernel see only /dev/* ? There's no way to pass /dev/disk/*?

Any help/links is apprecciated
S.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Kernel parameters: root
  2007-05-04 13:37 Kernel parameters: root Salvatore De Paolis
@ 2007-05-04 14:30 ` Jan Engelhardt
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Engelhardt @ 2007-05-04 14:30 UTC (permalink / raw)
  To: Salvatore De Paolis; +Cc: LKML


On May 4 2007 15:37, Salvatore De Paolis wrote:
>
>I hope this is the right place to ask this question, if not please redirect me
>to the right ML.
>
>I would like to know more about kernel parameters and in particular about the
>root parameter.
>I'm booting the kernel from usb pen and the root could change while the pen is
>plugged in different machines with different hardware.
>I was trying to find info about "how to make this unique". 

By using root=/dev/disk/by-id/scsi-SATA_iCreate_CF_Card000000001-part1
for example. Requires an initramfs with udev.

>Does the kernel see only /dev/* ? There's no way to pass /dev/disk/*?

The kernel has special logic to translate some (not ALL)
/dev/[hs]d[abcd..] into device numbers if it cannot find
a device node.


Jan
-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-04 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-04 13:37 Kernel parameters: root Salvatore De Paolis
2007-05-04 14:30 ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.