You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- /dev/sr0 is readonly [\#480](https://github.com/chef/bento/issues/480)
1051
1051
- Ubuntu 14.04 Fails to build with bento/packer [\#477](https://github.com/chef/bento/issues/477)
@@ -1276,7 +1276,7 @@ Please ensure that Virtualbox is at least 5.1.6 and Vagrant at least 1.8.6 befor
1276
1276
-\[macosx-\*\] Add support for {http,https,no}\_proxy environment variables. [\#391](https://github.com/chef/bento/pull/391) ([fnichol](https://github.com/fnichol))
1277
1277
- Remove files that are no longer referenced by any templates. [\#390](https://github.com/chef/bento/pull/390) ([fnichol](https://github.com/fnichol))
1278
1278
-\[macosx-\*\] Improve DRYness & correctness of Mac templates. [\#389](https://github.com/chef/bento/pull/389) ([fnichol](https://github.com/fnichol))
1279
-
- Add provider metadata to metdata files on build. [\#387](https://github.com/chef/bento/pull/387) ([fnichol](https://github.com/fnichol))
1279
+
- Add provider metadata to metadata files on build. [\#387](https://github.com/chef/bento/pull/387) ([fnichol](https://github.com/fnichol))
- Add Mac OS X 10.10 template. [\#384](https://github.com/chef/bento/pull/384) ([fnichol](https://github.com/fnichol))
@@ -1291,7 +1291,7 @@ Please ensure that Virtualbox is at least 5.1.6 and Vagrant at least 1.8.6 befor
1291
1291
-\[ubuntu-12.04-\*\] Update URL paths to use 12.04.5. [\#359](https://github.com/chef/bento/pull/359) ([fnichol](https://github.com/fnichol))
1292
1292
- Remove VeeWee definitions from project [\#358](https://github.com/chef/bento/pull/358) ([fnichol](https://github.com/fnichol))
1293
1293
- Add packer/bin/bento for building templates. [\#357](https://github.com/chef/bento/pull/357) ([fnichol](https://github.com/fnichol))
1294
-
- update README to point to Boxcutter intead of basebox [\#354](https://github.com/chef/bento/pull/354) ([OBrienCommaJosh](https://github.com/OBrienCommaJosh))
1294
+
- update README to point to Boxcutter instead of basebox [\#354](https://github.com/chef/bento/pull/354) ([OBrienCommaJosh](https://github.com/OBrienCommaJosh))
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ Other available options:
66
66
- --mem - Specify the memory
67
67
- --config - Use a configuration file other than default builds.yml
68
68
- --on-error - Choose what to do if a build fails
69
-
- --vars - Comma seperated list of variable names equal values (ex: boot_wait="2s",ssh_timeout="5s")
70
-
- --var_files - Comma seperated list of pkrvar.hcl files to include in the builds (ex: /path/to/var_file.pkrvars.hcl,/path/to/next/var_file2.pkrvars.hcl)
69
+
- --vars - Comma separated list of variable names equal values (ex: boot_wait="2s",ssh_timeout="5s")
70
+
- --var_files - Comma separated list of pkrvar.hcl files to include in the builds (ex: /path/to/var_file.pkrvars.hcl,/path/to/next/var_file2.pkrvars.hcl)
71
71
- --metadata-only - Only generate the metadata json file
72
72
- --mirror - The template will have a default mirror link, if you wish to use an alternative one, you can utilise this configuration
73
73
- --dry-run - This will not create any build, but will create a metadata file for reference
@@ -168,7 +168,7 @@ Most of the providers expect unrestricted access to networking in order to build
Copy file name to clipboardExpand all lines: lib/bento/cli.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,11 +89,11 @@ def self.parse(args)
89
89
options.on_error=opt
90
90
end
91
91
92
-
opts.on('--vars VARS','Comma seperated list of variable names equal values (ex: boot_wait="2s",ssh_timeout="5s")')do |opt|
92
+
opts.on('--vars VARS','Comma separated list of variable names equal values (ex: boot_wait="2s",ssh_timeout="5s")')do |opt|
93
93
options.vars=opt
94
94
end
95
95
96
-
opts.on('--var_files VAR_FILES','Comma seperated list of pkrvar.hcl files to include in the builds (ex: /path/to/var_file.pkrvars.hcl,/path/to/next/var_file2.pkrvars.hcl)')do |opt|
96
+
opts.on('--var_files VAR_FILES','Comma separated list of pkrvar.hcl files to include in the builds (ex: /path/to/var_file.pkrvars.hcl,/path/to/next/var_file2.pkrvars.hcl)')do |opt|
97
97
options.var_files=opt
98
98
end
99
99
@@ -165,7 +165,7 @@ def self.parse(args)
165
165
options.no_shared=opt
166
166
end
167
167
168
-
opts.on('-p','--provisioner PROVISIONER','Use a specfic provisioner')do |opt|
168
+
opts.on('-p','--provisioner PROVISIONER','Use a specific provisioner')do |opt|
0 commit comments