Skip to content
Snippets Groups Projects
Unverified Commit c42fd65b authored by Christian Rebischke's avatar Christian Rebischke
Browse files

renamed packer-io to packer

parent 9184356e
No related branches found
No related tags found
No related merge requests found
...@@ -44,31 +44,13 @@ Edit the `local.json` before you start the build. set the right ...@@ -44,31 +44,13 @@ Edit the `local.json` before you start the build. set the right
`iso_url` and the right `iso_checksum_url`. Then you can start the build `iso_url` and the right `iso_checksum_url`. Then you can start the build
for virtualbox only with the following command: for virtualbox only with the following command:
On Arch Linux:
`packer-io build -only=virtualbox-iso -var-file=local.json vagrant.json`
On any other system:
`packer build -only=virtualbox-iso -var-file=local.json vagrant.json` `packer build -only=virtualbox-iso -var-file=local.json vagrant.json`
**Note** this is because of the name conflict with the AUR-Helpertool
`packer` on Arch Linux.
## how to start the build process for official builds ## how to start the build process for official builds
The official builds are done on our Arch Linux Buildserver. The official builds are done on our Arch Linux Buildserver.
On Arch Linux:
`packer-io build vagrant.json`
On any other system:
`packer build vagrant.json` `packer build vagrant.json`
**Note:** this is because of the name conflict with the AUR-Helpertool
`packer` on Arch linux.
## providers ## providers
* virtualbox-iso * virtualbox-iso
...@@ -91,10 +73,4 @@ one. ...@@ -91,10 +73,4 @@ one.
Start `packer` with `-parallel=false`: Start `packer` with `-parallel=false`:
On Arch Linux:
`packer-io build -parallel=false vagrant.json`
On any other system:
`packer build -parallel=false vagrant.json` `packer build -parallel=false vagrant.json`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment