- Use of Docker with mixer is now deprecated.
- Recreates grid table as list-table for future maintenance.
- Adds new section, Bundle definition files, for illustration
- Revises builder.conf in References, removing docker path.
- Updates mixer builder.conf to VERSION 1.2.
- Fix typo in filepath for LOCAL_RPM_DIR in builder.conf.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fix OpenVINO version branding
MeRS uses the open source OpenVINO not the Intel® Distribution of OpenVINO™ toolkit
* Fix line length warnings
* Fix OpenVINO trademark branding
Fix OpenVINO trademark branding and add required acknowledgement
Signed-off-by: Anthony Pray anthony.s.pray@intel.com
When using the docker image you may see error
"Failed to install x of x"
ruining "swupd clean" will fix the problems.
Desktop files should be created under `$HOME/.local/share/applications` instead of `$HOME/.local/share`,
at least on my system only the former one works.
This commit fixed the path for both installation and uninstallation.
During installation, `ld.so.conf` was modified to include `/etc/ld.so.conf.d`, under which
a file `nvidia.conf` was created so that `ld` looks for shared library installed by NVIDIA driver.
This commit adds information on removing `nvidia.conf` file.
Users could optionally remove the line `include /etc/ld.so.conf.d/*.conf` that we added to
`/etc/ld.so.conf`.
* Adds hugepages config guide to explain defaults and config settings
Closes#1005
Signed-off-by: Adams, Eric <eric.adams@intel.com>
* Made revisions per feedback from reviewer.
Signed-off-by: Adams, Eric <eric.adams@intel.com>
* Add Horovod and OpenMPI section, closes#1041
* changing pygment lexar to console to fix build issue
* Remove single quotation mark inside code-block to correct build error.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: michael vincerra <37549381+mvincerx@users.noreply.github.com>
* Changed .. code:: to .. code-block:: to match project standards.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updates to power and performance for readability and consistency with project reST standards.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Further updates to CPU performance guide with BIOS snapshot to show what DPTF setting might look like.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Addressing editorial feedback.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Added disclaimer for Intel Turbo Boost Technology.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Revise steps for clarity and dist UI components.
- Resize all images for uniformity
- Revise from balenaEtcher to Etcher per USPTO trademark
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Add intro and revise wording where applicable.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Resizes image to be slightly larger.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Resizes Figure 2 for uniformity and makes minor edits.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Add Advanced Linux CLI section per group discussion.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Responds to user feedback applies editorial changes.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects `lsblk` command labels to reflect output; adds ! for Flash complete.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revises telemetry figure to correct URL; reorders steps.
- Reorders Assign Hostname to match oreder of menus in UI
- Corrects typos and grammatically unclear sentences.
- Renames figures as a result of reordering sections, above.
- Closes#1039.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Recaptures Fig 31, Swupd Mirror menu:
- Adds "allow installation over insecure connections..." checkbox
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Added recommendation to run LTS kernel for proprietary NVIDIA drivers (see https://github.com/clearlinux/distribution/issues/1725)
* Updated wording following puneete comment
* Updated wording following puneete comment
* Updates based on native Chinese speaker review.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updates based on feedback.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
Signed-off-by: Anthony Pray <anthony.s.pray@intel.com>
Need to get the images in to the doc? .. figure:: /_figures/bootable-usb/ ???
Find a way to do tabs for ejecting the usb drive form each os, Windows, OSX, Linux
* Replaced Chinese text with English. First pass.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Translated Qing Cloud deployment page to English.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Attempting fix for broken build caused by GitPython==2.1.11
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updated time.rst
When I tried this I had an error when I tried to set ntp to true that polkit was missing. Adding that bundle allowed the step to complete.
* Update time.rst
Removed adding the polkit and instead added sudo to the timecatectl set-ntp command.