Re: Kernel boot and labels

2003-07-14 Thread Greg Bell
>> I have a kernel that complains it can't find / and blinks two of the >> keyboard LEDs. Kernel command line has "root=LABEL=/" The default >> kernel works just fine, obviously I've missed an option in my .config > Robert P. J. Day wrote: > you can't build that into the kernel. to recognize l

Re: Kernel boot and labels

2003-07-14 Thread Robert P. J. Day
On Mon, 14 Jul 2003, Greg Bell wrote: > > Hi Listies, > > In the old days, fstab had stuff like: > > / /dev/hda1 > > now, labels are used: > > LABEL=/ / > > I have a kernel that complains it can't find / and blinks two of the > keyboard LEDs. Kernel command line has "root=LABEL=/"

Kernel boot and labels

2003-07-14 Thread Greg Bell
Hi Listies, In the old days, fstab had stuff like: / /dev/hda1 now, labels are used: LABEL=/ / I have a kernel that complains it can't find / and blinks two of the keyboard LEDs. Kernel command line has "root=LABEL=/" Since the default kernel works just fine, obviously I've missed a