---Which option support disk lable

From: Bill Zhao (szbzhao_at_tom.com)
Date: 12/27/03


Date: Sat, 27 Dec 2003 09:53:24 +0800

I've been using original kernel-2.4.18 in RH7.3. I downloaded
kernel-2.4.22 tarball and compile a kernel which can fit my pc
but probem is that system can not boot completely. The info along
the screen show that it cannot swicthing from root partition readonly
mode to read-write mode. So I change the first line in the file
/etc/fstab from:
        "LABEL=/ / ext2 defaults 1 1"
to:
        "/dev/hda2 / ext2 defaults 1 1"

which fix my problem.

But I am wonder what option in the file .config can open a support
to disk lable.

Thanks in advance!

Bill Zhao