* 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>
* Adds dual-boot tut for CL with other grub-based linux distros.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Change lowercase grub to uppercase in intro.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revise indentation levels of substeps; add new Fig. 12.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fix trailing space in command.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Create additional indented ordered lists for partition config.
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>
* Move Manage User to Required options; secure root in bare-metal-install-server.
- Align with clr-installer merged PR: https://github.com/clearlinux/clr-installer/pull/576
- Replace Figures 18-21 to reflect TUI with Admin selected by default
- Renumber all figures after 18 and reassign
- Add note to Manage User re requirement to assign Admin to proceed.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* test new machine settings.
Signed-off-by: Michael Vincerra <michael.vincerra@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>
* Simpplify headings and download instructions
* Add note about NVIDIA Optimus systems
* Add step to symlink nvidia-settings.desktop
* Add section on brightness control
Remove AES requirement from the recommended minimum system requirements.
AES has been removed as a hard requirement for installation.
Closes#840
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Added support for labeling code blocks. Currently supported code blocks:
* yaml
* bash
* console
* reStructuredText
* Python
* PowerShell
Handling added for re-aligning code blocks with line numbers with labels.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Adds the following code block handlers:
* Diff
* C
* json
* spec
* Perl
* PHP
* xml
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
- -desktop: Removes Fig. 4; renumbers all subsequent Figures
- -desktop: Revises header to Select Additional Bundles and add note on network
- -server: Adds similar preface as above in Select Additional Bundles
- -server: Adds missing `_` in MOUNT point, Fig. 15.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- In Preliminary steps, remove penultimate step on verify.
- Verify integrity of image is already included in `bootable-usb`
- If `bootable-usb` is referenced in installation docs, `verify` is implied
- Edits `..-install-server` to make Prelim steps consistent with `..-install-server`
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>
- Adds more details, explanation to Method 1; adds 2 figures.
- Update to using Windows 10 OS throughout
- Add Fig. 3
- Update source/tutorials/multi-boot/multi-boot.rst
- Incorporate Advanced section -- in progress.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Fixes behavior and appearance of permalinks in collapsible sections.
* Fixes links to collapsible sections so that header is now target.
Signed-off-by: Kevin Putnam <kevin.putnam@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>
- Added static html pages for 404 and 403 server responses.
- Added conf.py setting html_extra_path to copy static _errors folder
with static 404/403 files into build output
Signed-off-by: Kristal Dale <kristal.dale@intel.com>