Changes between Initial Version and Version 1 of Ticket #67243, comment 8


Ignore:
Timestamp:
May 6, 2023, 2:26:20 PM (12 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67243, comment 8

    initial v1  
    77
    88{{{
    9 $ sudo bash -c 'dev=$(hdiutil attach -nomount ram://16777216) ; newfs_hfs -v "MacPorts-RamDisk-8G" ${dev} ; mount -t hfs ${dev} /opt/local/var/macports/build'
     9$ sudo bash -c 'dev=$(hdiutil attach -nomount ram://16777216) ; newfs_hfs -s -v "MacPorts-RamDisk-8G" ${dev} ; mount -t hfs ${dev} /opt/local/var/macports/build'
    1010}}}
    1111