From ad64f51cb95870a4995214a800da44544af4f3ab Mon Sep 17 00:00:00 2001 From: schmonz Date: Wed, 30 Aug 2006 04:30:53 +0000 Subject: s/ufsdiskimage/darwindiskimage/g as the script's been renamed. --- doc/guide/files/platforms.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index 2997dba9c7e..4471501948a 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ - + Using pkgsrc on systems other than &os; @@ -280,12 +280,12 @@ file and inspect the contents before extracting it. Create the disk image: &rprompt; cd pkgsrc/bootstrap -&rprompt; ./ufsdiskimage create ~/Documents/NetBSD 512 # megabytes - season to taste -&rprompt; ./ufsdiskimage mount ~/Documents/NetBSD +&rprompt; ./darwindiskimage create ~/Documents/NetBSD 512 # megabytes - season to taste +&rprompt; ./darwindiskimage mount ~/Documents/NetBSD &rprompt; sudo chown `id -u`:`id -g` /Volumes/NetBSD - ufsdiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid. It will also mount the filesystem asynchronous, which is somewhat dangerous according to the mount(8) man page. + darwindiskimage will mount the filesystem nosuid, which will cause problems for packages that depend on setgid. It will also mount the filesystem asynchronous, which is somewhat dangerous according to the mount(8) man page. Allow suid and synchronous writes: -- cgit v1.2.3