Package: www.debian.org
Version: unknown

The document located at 
http://www.debian.org/releases/stable/i386/ch-preparing.en.html, section
3.7.5.1 (entitled "Mount Partitions") contains an error.

The very last line of that section is q{A RedHat user reports that for
his system, this should instead be

        # mount -t none proc /proc
}

It should read q{
        # mount -t proc none /proc
}

because the filesystem type (-t argument) of "none" is meaningless. The
"none" appears with other distributions because mounting the proc
filesystem does not require a "device," in the same way /media/floppy
would.

  -- /v\atthew


Reply via email to