Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefapi/vagrant-debian
Automated Debian vagrant box generation
https://github.com/stefapi/vagrant-debian
debian vagrant virtualbox
Last synced: 23 days ago
JSON representation
Automated Debian vagrant box generation
- Host: GitHub
- URL: https://github.com/stefapi/vagrant-debian
- Owner: stefapi
- License: apache-2.0
- Created: 2020-01-26T19:41:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T22:04:36.000Z (over 2 years ago)
- Last Synced: 2024-09-30T15:13:12.888Z (about 1 month ago)
- Topics: debian, vagrant, virtualbox
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Vagrant-Debian is a program to create vagrant boxes from Debian repositories
In order to run, you need:
- a Debian linux system (maybe it works on Ubuntu)
- Virtualbox (if not install Vagrant-Debian will install it for you)
- Vagrant (Same, it's installed if not detected)
- a working -- and fast -- internet connection (about 500 MB will be downloaded)
- Enough diskspace on your current directory (around 3 Gbytes).
- Enough memory for your PC: 4GbytesTo run, just type on command line:
vagrant_debian create --add --clean --headless
This will silently download the Official Debian media, launch a virtualbox instance with the media, install the debian system, add necessary packages and create a runnable and minimal vagrant box.
The script is compatible with Jessie, Stretch, Bullseye and unstable Debian versions and maybe with older (not tested) or future ones. The version is choosen with a command line option.
Warning: with Buster, you have to install virtualbox by yourself as it's not part of standard Debian packages.
The size of created box is around 300MB large.
Please use:
vagrant_debian --help
To display command help
or:vagrant_debian create --help
To display help on `create` subcommand.
Have fun !