Created
July 29, 2015 04:13
-
-
Save pr1ntf/17de59d78337376a7f2f to your computer and use it in GitHub Desktop.
Quick and dirty Debian 8 in iohyve
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create the VM | |
iohyve create debianvm 8G nmdm8 | |
# Set the correct bootloader | |
iohyve set debianvm loader=grub-bhyve | |
# Fetch the image | |
iohyve fetch http://cdimage.debian.org/debian-cd/8.1.0/amd64/iso-cd/debian-8.1.0-amd64-netinst.iso | |
# Install | |
iohyve install debianvm debian-8.1.0-amd64-netinst.iso | |
# Console into the machine | |
iohyve console debianvm | |
# Once installation is finsihed, start as usual | |
iohyve start debianvm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment