Import KDE4.3.1 from wip
[pkgsrc.git] / bootstrap / README.MacOSX
1 $NetBSD: README.MacOSX,v 1.2 2002/11/01 03:55:07 schmonz Exp $
2
3 Please read "README.Darwin" first, as it applies to Mac OS X.
4
5 Since most Macintoshes come with only 1 disk installed, and you
6 want to have your pkgsrc UFS partition on that disk, there's a
7 little trick you will have to do.
8
9 The problem is that none of the disk tools will let you touch a
10 disk that is booted from.  In my case, I have a 30G drive that I
11 partitioned 4G for Classic/OS9, 4G for pkgsrc, and the rest for OS
12 X.  Now, you can unmount the pkgsrc partition, but even if you
13 newfs it, the partition map will show the partition as Apple_HFS
14 and not Apple_UFS as automounter needs it to say.  The result of
15 that newfs would be that the partition wouldn't be automounted,
16 and if you manually mount it, it won't appear in Finder.
17
18 You'll need to boot off of the OS X Installation (User) CD.  When
19 the Installtion program starts, go up to the menu and select Disk
20 Utility.  Now, you will be able to select the partition you want
21 to be UFS, and Format it Apple UFS.
22
23 Once you've done that, you Quit the Disk Utility and Quit the
24 Installer... which will reboot your computer.  Now the new UFS
25 partition will show up, but the permissions will be set to root,
26 so you won't be able to write to it.  You'll have to chown the
27 mount point to you (/Volumes/whatever).
28
29 This note is as of 10.2 (Jaguar) and applies to earlier versions.
30 [Hopefully Apple will fix Disk Utility in 10.3 (Panther)].