Skip to content

Commit fb562fb

Browse files
committed
fixes
1 parent 6c4677e commit fb562fb

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/BUILD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ If you do one of this actions, then you should do further work inside template v
3838
After all work is done, build images inside template machine:
3939

4040
```bash
41+
vagrant ssh template
4142
cd /vagrant
4243
./build.sh all
4344
```

provision_template_vmware_horizon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
- name: install vmware horizon client
1313
shell: |
1414
chmod a+rx /vagrant/{{ horizon_bundle_file }} && \
15-
/vagrant/{{ horizon_bundle_file }} {{ horizon_install_options }}
15+
echo yes | /vagrant/{{ horizon_bundle_file }} {{ horizon_install_options }}
1616
args:
1717
chdir: /vagrant

template/home/local/bin/autorun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
ntp_timeout=5
55

6-
{% if install_gui_and_vmware_horizon_client %}
6+
{% if install_vmware_horizon_client %}
77

88
cat /proc/cmdline | tr ' ' '\n' | while read param; do
99
if echo $param | grep -q '^timezone='; then

0 commit comments

Comments
 (0)