mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Implement PR #286 by @booi
This commit is contained in:
parent
16a680bb6b
commit
a6acc82465
1 changed files with 4 additions and 0 deletions
|
@ -99,8 +99,12 @@ VirtualBox Vagrant
|
|||
root@host:~# git clone https://github.com/andsens/bootstrap-vz.git # Clone the repo
|
||||
root@host:~# apt-get install qemu-utils debootstrap python-pip # Install dependencies from aptitude
|
||||
root@host:~# pip install termcolor jsonschema fysom docopt pyyaml # Install python dependencies
|
||||
root@host:~# modprobe nbd max_part=16
|
||||
root@host:~# bootstrap-vz/bootstrap-vz bootstrap-vz/manifests/examples/virtualbox/jessie-vagrant.yml
|
||||
|
||||
(The `modprobe nbd max_part=16` part enables the network block device driver to support up to 16 partitions
|
||||
on a device)
|
||||
|
||||
If you want to use the `minimize\_size <bootstrapvz/plugins/minimize_size>`__ plugin,
|
||||
you will have to install the ``zerofree`` package and `VMWare Workstation`__ as well.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue