>> 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
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=/"
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