mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-11 14:12:53 -05:00
Ubuntu.md - update version information
This commit is contained in:
parent
43517a7f6d
commit
2681f4ff4f
1 changed files with 18 additions and 16 deletions
34
external/os-guides/ubuntu.md
vendored
34
external/os-guides/ubuntu.md
vendored
|
|
@ -12,30 +12,32 @@ redirect_from:
|
||||||
Ubuntu template(s)
|
Ubuntu template(s)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
If you would like to use Ubuntu Linux distribution in your AppVMs, you can build and
|
If you would like to use Ubuntu Linux distribution in your AppVMs, you can build and install one of the available Ubuntu templates.
|
||||||
install one of the available Ubuntu templates. These templates are currently not
|
These templates are currently not provided by Qubes in ready to use binary packages, because Canonical does not allow redistribution of a modified Ubuntu.
|
||||||
available in ready to use binary packages, because Canonical does not allow
|
The redistribution is not allowed by their [Intellectual property rights policy](https://www.ubuntu.com/legal/terms-and-policies/intellectual-property-policy).
|
||||||
redistribution of a modified Ubuntu. The redistribution is not allowed by their
|
|
||||||
[Intellectual property rights policy](https://www.ubuntu.com/legal/terms-and-policies/intellectual-property-policy).
|
|
||||||
|
|
||||||
|
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
It can be built using [Qubes Builder](/doc/qubes-builder/). You can also access its
|
Templates can be built using [Qubes Builder](/doc/qubes-builder/).
|
||||||
documentation in the [source code
|
You can also access its documentation in the [source code repository](https://github.com/QubesOS/qubes-builder/blob/master/README.md).
|
||||||
repository](https://github.com/QubesOS/qubes-builder/blob/master/README.md).
|
|
||||||
|
To quickly prepare the builder configuration, you can use the `setup` script available in the repository - it will interactively ask you which templates you want to build.
|
||||||
|
Then, in the qubes-builder directory, run:
|
||||||
|
```
|
||||||
|
make qubes-vm
|
||||||
|
make template
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
The build for Ubuntu 16.04 LTS (Xenial) is straightforward.
|
||||||
|
|
||||||
|
The build for Ubuntu 18.04 LTS (Bionic) is straightforward.
|
||||||
|
|
||||||
To quickly prepare the builder configuration, you can use the `setup` script
|
|
||||||
available in the repository - it will interactively ask you which templates you
|
|
||||||
want to build.
|
|
||||||
|
|
||||||
The build for Ubuntu 14.04 LTS (Trusty) should be straightforward.
|
|
||||||
|
|
||||||
The build for Ubuntu 16.04 LTS (Xenial) is straightforward. Note that packages perl-Digest-MD5 and perl-Digest-SHA are required for the build to succeed.
|
|
||||||
|
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
If you want to help in improving the template, feel free to
|
If you want to help in improving the template, feel free to [contribute](/doc/contributing/).
|
||||||
[contribute](/doc/contributing/).
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue