Skip to content

Instantly share code, notes, and snippets.

View scott2449's full-sized avatar
🍕
🍔🌭🌮🍟

Scott Rahner scott2449

🍕
🍔🌭🌮🍟
  • Dow Jones
  • New Jersey
View GitHub Profile
@twobitfool
twobitfool / create-smartos-vm.sh
Last active May 28, 2023 01:51
Create a SmartOS VM in VirtualBox
#!/bin/sh
#
# Creates a SmartOS VM in VirtualBox (assuming you alread have VirtualBox installed)
#
# This script will:
# * Download the latest live ISO image of SmartOS
# * Create a VirtualBox VM, or update an existing VM with the latest ISO
# * Configure the VM with a zones disk, and boot it!
#
#