diff options
author | axtlos <axtlos@getcryst.al> | 2024-05-31 22:42:08 +0200 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2024-05-31 22:42:08 +0200 |
commit | ffe95743948bb4a47cc92c88f758900f1aae6078 (patch) | |
tree | 60a71380241040c18ab872a224031e16e261cd14 /lit.7.html | |
parent | c027bc5edec6505da95490ab1acefe5cd6c35359 (diff) | |
download | website-ffe95743948bb4a47cc92c88f758900f1aae6078.tar.gz website-ffe95743948bb4a47cc92c88f758900f1aae6078.tar.bz2 |
Add html files
Diffstat (limited to '')
-rw-r--r-- | lit.7.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/lit.7.html b/lit.7.html new file mode 100644 index 0000000..7a58d68 --- /dev/null +++ b/lit.7.html @@ -0,0 +1,77 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <meta name="description" content="A page with details about Linux Immutability Tools"/> + <link rel="stylesheet" href="./style.css" type="text/css" media="all"/> + <title>Linux(Immutability) (tools)</title> +</head> +<body> + <script src="./antiChrome_Brave.js"></script> + +<table class="head"> + <tr> + <td class="head-ltitle">Linux(Immutability)</td> + <td class="head-vol">Immutability (tools)</td> + <td class="head-rtitle">Linux(Immutability)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="Name"><a class="permalink" href="#Name">Name</a></h1> +<p class="Pp">Linux Immutability Tools - lit</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<table class="Nm"> + <tr> + <td><code class="Nm">Linux Immutability Tools</code></td> + <td>[lit] <var class="Ar">by immutable distros, for immutable + distros</var></td> + </tr> +</table> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp"><code class="Nm">Linux Immutability Tools</code> is a collaboration + between <b>Project Shards</b>(1) and + Vanilla OS to create tools that are useful for immutable Linux + distributions</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="Links"><a class="permalink" href="#Links">Links</a></h1> +<p class="Pp"><code class="Nm">Linux Immutability Tools</code> is on github:</p> +<p class="Pp">- + <a class="Lk" href="https://github.com/linux-immutability-tools">https://github.com/linux-immutability-tools</a></p> +<p class="Pp"></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="Tools"><a class="permalink" href="#Tools">Tools</a></h1> +<p class="Pp"><code class="Nm">Linux Immutability Tools</code> currently + provides following tools:</p> +<p class="Pp"><a class="Lk" href="https://github.com/linux-immutability-tools/fsguard">FsGuard</a> + a tool to verify the integrity of your system before it fully boots</p> +<p class="Pp"></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="See_also"><a class="permalink" href="#See_also">See + also</a></h1> + +<div class="Pp"> +<a class="Lk" href="index.html"><b>axtlos</b>(7)</a> +<a class="Lk" href="specs.7.html"><b>Specs</b>(7)</a> +<a class="Lk" href="shards.1.html"><b>Project Shards</b>(1)</a> +<a class="Lk" href="crystal.1.html"><b>Crystal Linux</b>(1)</a> +<p class="Pp"></p> +</div> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">CC BY-SA 4.0</td> + <td class="foot-os">Nixpkgs</td> + </tr> +</table> +</body> +</html>
\ No newline at end of file |