Merge remote-tracking branch 'origin/pr/377'

* origin/pr/377:
  Minor changes: transfer template to dom0
This commit is contained in:
Marek Marczykowski-Górecki 2017-04-28 11:44:42 +02:00
commit bca6280bba
No known key found for this signature in database
GPG Key ID: F32894BE9684938A

View File

@ -336,10 +336,11 @@ redirect_from:
**Note:** Take care when entering these cmd strings. They are very long and have a number of characters that are easy to mix '**-**' vs '**.**' '**<u>T</u>emplates** (correct) vs **<u>t</u>emplates** (wrong) or **Template_**'(also wrong) This script will also take care of transfering the actual template.rpm to Dom0 as well.
* **$ cd /**
* **$ sudo qvm-run --pass-io development 'cat /home/user/qubes-builder/qubes-src/linux-template-builder/rpm/install-templates.sh' > install-templates.sh**
* **$ qvm-run --pass-io development 'cat /home/user/qubes-builder/qubes-src/linux-template-builder/rpm/install-templates.sh' > install-templates.sh**
* **$ chmod +x install-templates.sh**
* **$ ./install-templates.sh**
<br>
<br>