Subject: Re: default/first cdrom device name
To: Marco Trillo <marcotrillo@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: pkgsrc-users
Date: 12/08/2007 19:32:55
On Sat, Dec 08, 2007 at 06:57:42PM +0100, Marco Trillo wrote:
> IIRC 'cd0d' is a i386ism that doesn't apply to other platforms. For
> example on macppc you use the 'c' label like on a normal drive.

It is arch specific, not limited to i386.
If you are not cross compiling, you can use "sysctl kern.rawpartition" to
check (will be 2 on most archs, but 3 on x86 and a few others).

Martin