Skip to content

Commit

Permalink
* replace vagrant-disksize plugin by native vagrant functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Apr 25, 2024
1 parent f916d67 commit c9ce3b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/jammy64"
config.vm.box_version = "20231018.0.0"

config.vagrant.plugins = ["vagrant-disksize"]
config.disksize.size = '64GB'
config.vm.disk :disk, size: "64", primary: true

config.vm.network "private_network", type: "dhcp"

Expand Down
6 changes: 0 additions & 6 deletions docs/headless_and_vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,6 @@ einer solchen VM. Wir verwenden dazu das integrierte `ansible`.

* Laden Sie Vagrant herunter: [vagrantup.com](https://www.vagrantup.com/)
* Installieren Sie es mit Default Einstellungen.
* Starten Sie Git Bash und installieren Sie das benötigte Vagrant Plugin
mittels:

~~~
vagrant plugin install vagrant-disksize
~~~


### Powershell 3.0 (nur Windows 7)
Expand Down

0 comments on commit c9ce3b7

Please sign in to comment.