* Update zfs.rst
Update guide for OpenZFS 2.0.0
* Update zfs.rst
Corrected a few typos and modified styling / organization.
* Update zfs.rst
Slight corrections after having tested this.
The create_stack.sh script requires git to complete fully. Perhaps this should be added to the setup_system.sh script, but until it does, this change allows the steps to complete without error.
* Adds targets for include in source doc.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds include directive pointing to new targets in kernel-modules-dkms
- Keep documentation DRY and modular.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Initial conversion of markdown guide
* More formatting
* Update zfs.rst
* Acknowlege @zaffle and @rincebrain's work in the clear repo
* Update zfs tutorial to reflect a DKMS build
* Clean up zfs tutorial
* For clarity
* Start working on ZFS on Root outline
* Update zfs.rst
* Sentence casing
* Update zfs.rst
* Add ZFS to the tutorials list
* Fix derp
* Formatting and simplification of language
* Remove ZFS on root for now
* Update zfs.rst
* Update zfs.rst
* More formatting
* Merge
* Move links to end note format
* More formatting and wording
* Link to article on ZFS mount generator
* Typo - Update source/tutorials/zfs.rst
Co-authored-by: Brett T. Warden <4c0e8e88@tm.wgz.org>
* Typo - Update source/tutorials/zfs.rst
Co-authored-by: Brett T. Warden <4c0e8e88@tm.wgz.org>
* Capitalize LTS - Update source/tutorials/zfs.rst
Co-authored-by: Brett T. Warden <4c0e8e88@tm.wgz.org>
* Capitalize LTS - Update source/tutorials/zfs.rst
Co-authored-by: Brett T. Warden <4c0e8e88@tm.wgz.org>
* Remove sudo from systemd 01-zfs.conf creation -- Update source/tutorials/zfs.rst
Co-authored-by: Brett T. Warden <4c0e8e88@tm.wgz.org>
* Add caution to Background section per PR feedback.
* Remove -dev bundle installation -- not necessary
* Symlink services into /etc/systemd. Add note about other services.
* Remove sig_unenforce since DKMS does this for us
* Add troubleshooting info to Caution section
* Address more PR feedback -- Link ZFS on Linux repo
* Revise wording for legal compliance and correct syntax.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Respond to reviewer feedback on wording; add sudo to commands as applicable.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Incorporate reviewer feedback on wording, organization, commands.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Clarify OpenZFS kernel modules must be loaded before mnounting OpenZFS.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: Brett T. Warden <4c0e8e88@tm.wgz.org>
Co-authored-by: Michael Vincerra <michael.vincerra@intel.com>
- Closes#1082
- Add flowchart, and relocate skill-levels to reference dir
- Revises flowchart to show revised rating categories
- Revises title to "Tutorial difficulty ratings"
- Incorporates reviewer feedback
- Adds link in tutorials index to tutorial-ratings
- Revises filename and title for consistency
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Cool columns of tutorials sorted by experience level.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Fixed wording of 1st paragraph
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Moved kubernetes to High category.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Made change to address github action check.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Restored to :ref: from :doc:
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updates tutorial index with latest changes on master.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
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`.
* 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
* 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>
* Fixed nesting issue.
* Fixes#888
Editorial changes for grammar and formatting.
Signed-off-by: MCamp859 <maryx.camp@intel.com>
* Moved Background section, made minor text edits
Signed-off-by: MCamp859 <maryx.camp@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>