Re: install files on mac UFS partition (mac mini G4)
Martin Husemann <[email protected]> Mon, 1 Nov 2021 17:34:05 +0100
| Newsgroups | gmane.os.netbsd.ports.macppc |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Nov 01, 2021 at 05:21:09PM +0100, kristoff wrote: > While reading the archive of this mailing-list, I found some reference to > using a MSDOS partition instead of a HFS partition. > What would be the best way to reformat the HFS partition into a MSDOS > partition and copy ofwboot.xvf on it? You can use pdisk for the change of partitions, and newfs_msdos to format it. Both are on the installation ISO. Martin