-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (115 loc) · 5.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2023-09-05 Tue 02:10 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>‎</title>
<meta name="author" content="Jeet Ray" />
<meta name="generator" content="Org Mode" />
<link rel="stylesheet" type="text/css" href="https://combinatronics.io/sylvorg/bundle/main/src/styles/primary/syvl.css" />
<link rel="icon" href="https://combinatronics.io/sylvorg/bundle/main/src/icons/favicons/shiny-zigzagoon-galar.ico" sizes="any" />
<link rel="icon" href="https://combinatronics.io/sylvorg/bundle/main/src/icons/favicons/shiny-zigzagoon-galar.svg" />
<link rel="manifest" href="https://combinatronics.io/sylvorg/bundle/main/manifest.json" />
<link rel="stylesheet" type="text/css" href="https://combinatronics.io/sylvorg/bundle/main/src/styles/highlight/paraiso-dark.min.css" />
<script src="https://combinatronics.io/sylvorg/bundle/main/src/scripts/highlight/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<div class="header">
<h1>We Are Syvlorg.</h1>
<a href="">About Me</a>
<a href="">About This Website</a>
<a href="">About Syvlorg</a>
<a href="https://resume.syvl.org">Résumé</a>
<a href="https://index.syvl.org">Index</a>
</div>
</head>
<body>
<div id="content" class="content">
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#orgeb10cf9">bootstrap</a>
<ul>
<li><a href="#orga6277e8">Options</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="outline-container-orgeb10cf9" class="outline-2">
<h2 id="orgeb10cf9">bootstrap</h2>
<div class="outline-text-2" id="text-orgeb10cf9">
<p>
Ooh, shiny!
</p>
</div>
<div id="outline-container-orga6277e8" class="outline-3">
<h3 id="orga6277e8">Options</h3>
<div class="outline-text-3" id="text-orga6277e8">
<div class="org-src-container">
<pre><code class="language-plaintext match-braces rainbow-braces">Usage: bootstrap [OPTIONS] TAGS
TAGS: Tags to set for a new authkey, as a string of tags separated by spaces
Options:
--print TEXT Print bakery commands and run them
-A, --tailscale-api-command TEXT
-a, --tailscale-api-key TEXT
--bootstrap / --dont-bootstrap Run yadm bootstrap
-c, --current-user-primary-user
-e, --ephemeral Set the ephemeral property for a new
tailscale authkey
-g, --gpg-key-id TEXT
--impermanent / --not-impermanent
Root wiped on boot
-i, --initialize-primary-submodules TEXT
-I, --initialize-yadm-submodules TEXT
-J, --tailscale-interface TEXT
-o, --operating-system TEXT
-p, --primary-user TEXT
-P, --private-gpg-key TEXT Path to private gpg key NOTE: This option is
mutually exclusive with options scp-gpg-key,
import-yubikey. NOTE: This option must be
used if options private-gpg-key, scp-gpg-
key, import-yubikey are not.
-R, --preauthorized Set the pre-authorized property for a new
tailscale authkey
-r, --reusable Set the reusable property for a new
tailscale authkey
-s, --scp-gpg-key <TEXT INTEGER TEXT>...
SCP the private gpg key from here; takes
three arguments: user@address:path-to-
private-gpg-key, the ssh port on the remote
end, and the path to store the private gpg
key at locally. NOTE: This option is
mutually exclusive with options private-gpg-
key, import-yubikey. NOTE: This option must
be used if options private-gpg-key, scp-gpg-
key, import-yubikey are not.
--shared-primary-repo / --individual-primary-repos
-T, --tailscale-domain TEXT
--use-tailscale / --dont-use-tailscale
-u, --user-repo TEXT
--import-yubikey / --dont-import-yubikey
NOTE: This option is mutually exclusive with
options private-gpg-key, scp-gpg-key. NOTE:
This option must be used if options private-
gpg-key, scp-gpg-key, import-yubikey are
not.
-y, --yadm-clone
--zfs-root / --non-zfs-root
--help Show this message and exit.
</code></pre>
</div>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Jeet Ray</p>
<p class="date">Created: 2023-09-05 Tue 02:10</p>
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>