项目作者: brean

项目描述 :
Install a linux distro directly from iso without changing anything
高级语言: Python
项目地址: git://github.com/brean/vbox_auto_install.git
创建时间: 2018-05-15T08:22:52Z
项目社区:https://github.com/brean/vbox_auto_install

开源协议:MIT License

下载


vbox_auto_install

Setup a Linux distro directly for VirtualBox from iso without changing anything (aka “look ma, no hands”).

Take a look at the example - we assume there is an ubuntu xenial image downloaded and saved to your “distros”-folder (if not we just download it).

Only for Windows hosts for now but should easily be adapted for Linux.

If you like to contribute take a look at the TODO-file. Pull requests welcome.

Usage & Installation

  1. Install Virtualbox
  2. Install Python (either via anaconda or directly from the Python download site )
  3. Download the sdk from the VirtualBox download site
  4. Unzip the archive and run the vboxapisetup.py file using your system Python with the following command: python vboxapisetup.py install
  5. Configure the .json file in the config-folder.
  6. Run install_xenial_virtualbox.bat (will install pyvirtualbox and run the python scripts that will setup a new VirtualBox instance)