In Example 7:
- Remove 'tutorial' subsection as it was not clear that it was an example of the
advanced example of manual format bump.
- Roll existing tutorial content under 'advanced' as it is the advanced example.
- Result is a basic and advance example for Example 7: execute format bump
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Add reference to configuring wifi guide
Add reference to configuring wifi guide and place the note according the required order of operations
* Fix line too long RST warning.
* Update to wifi guide to include wpa_supplicant.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Addressed reviewer feedback.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Missed one piece of feedback.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Small changes based on testing on Clear Linux to verify the current solution.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Caught a couple small things.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Update wifi.rst
Add more context and update commands to be as executable as possible.
* Fixed a typo and a couple of formatting problems.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* vnc.rst: corrected figure numbering to be sequential, starting with Figure 5.
Signed-off-by: Doug Martin <doug.martin@intel.com>
* Fixed incorrectly numbered reference to a figure.
Signed-off-by: Doug Martin <doug.martin@intel.com>
* Add bundle function and desc to developer-workstation.
- Closes#764
* Add more bundles relevant to each role.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Add `ltp` to kernel developer; revise AI Dev to AI/ML Engineer.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revise bundles listed for kernel developer and add maker dev.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Removes Embedded Systems profile due to few relevant bundles.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Remove game developer per review from @ahkok.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds containers-virt to Computer Vis. Engineer; and reference note.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Simplify section Boot a live desktop image to fix...
- Remove include per request from @bktan8
- Make concise the Prereq's
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fix spacing syntax.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Clarify swupd scope re /var dir. Revise wording in Prereqs.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- This PR doesn't close pr 896 because there are multiple files to be fixed. Last PR will close pr 896.
Signed-off-by: Doug Martin <doug.martin@intel.com>
* Add guide for Media Reference Stack
* Correct errors in syntax and docstring refs for successful build.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects docstring ref title from `tutorial-proxy` to `proxy`
- Resolves build error detected by Travis
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
besides /var, /etc, /opt and /home, users are allowed to make
local installations in /usr/local without getting swupd
operations to remove such content.
be excplicit about /usr/local in the stateless guide.
Relates to https://github.com/clearlinux/distribution/issues/1475
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
* Doc. to enable systemd-boot menu.
Signed-off-by: Bun K Tan <bun.k.tan@intel.com>
* removing dual-boot-linux and multi-boot from this commit
* Update source/guides/maintenance/enable-systemd-boot-menu.rst
* Update dual-boot-win with better systemd-boot screenshot.
Signed-off-by: Bun K Tan <bun.k.tan@intel.com>
* Revised VNC doc.
Minor tweaks.
Signed-off-by: Bun K Tan <bun.k.tan@intel.com>
* Correct minor formatting indentation error.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* First commit.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* update
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Added content for CLI and TUI.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* * Removes unused .png files
* Addresses feedback:
1. Changed title to leave room for updates include wpa_supplicant.
2. Minor editorial updates.
3. Added Other resources section including links to nmcli examples and documentation.
4. Added note recommending using the TUI if concerned with having password in bash history.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Adds contextual link to bare metal desktop installer in first paragraph.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Update PXE tutorial to add client requirements
Signed-off-by: Tom Leavitt <thomas.p.leavitt@intel.com>
* Additional changes to PXE tutorial
Move client requirements to the top of the prerequisite section
* Update compatible version to CL-31130; replace pkgs:
- Replace network-basic-dev w/ dpdk, devepkg-dpdk
- Revise instances of linuxapp to linux and other commands
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Resolve hyperlink error and preface to install bundles.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Re-add network-basic-dev to Prereqs for bundles in dpdk.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Correct example commands in autoproxy guide
- Fix example commands that were split into two snippets (should be one)
- Spelling corrections and minor edits for readability
Fixes#795
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Minor edits to improve clarity with
output samples.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Add sudo to commands that require it.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
- Add CLI steps to contextualize diff output.
- Add Sphinx roles for clarity of command flags.
- Apply edits for clarity of sequence and prior to output diffs.
<michael.vincerra@intel.com>