Disable/Enable Solaris GUI
April 11, 07 by cjgibbsDisable
# /usr/dt/bin/dtconfig -d
Enable
# /usr/dt/bin/dtconfig -e
Disable
# /usr/dt/bin/dtconfig -d
Enable
# /usr/dt/bin/dtconfig -e
“To create an ISO image in OS X, use Disk Utility to burn a new image choosing CD/DVD MasterĀ as the Image Format. That creates an image with the cdr extension. Just rename the cdr file extension to iso and there you have it!”
“If you already have a DMG and want to convert it to an ISO, you can use hdiutil to do so:”
$ hdiutil convert discimage.dmg -format UDTO -o output.iso
Found it here.
First map the .iso file to a device:
# lofiadm -a /path/to/image.iso /dev/lofi/1
Note: You can mount more images by incrementing the lofi device number (/dev/lofi/2).
Now just mount it like a file system:
# mount -o ro -F hsfs /dev/lofi/1 /mnt/image
The ISO file should now be mounted at /mnt/image
Spent forever looking for this:
# /var/sadm/prod/entsys/SUNWentsys4/uninstall