summaryrefslogtreecommitdiff
path: root/files/installiso.8-0.1.0.html
blob: 31c06af6ae42c8b88a29792746df90b6d1312ae6 (plain)
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html>
<!-- This is an automatically generated file.  Do not edit.
   Copyright (c) 2021 Stefan Kreutz <mail@skreutz.com>
  
   Permission to use, copy, modify, and distribute this software for any
   purpose with or without fee is hereby granted, provided that the above
   copyright notice and this permission notice appear in all copies.
  
   THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
<head>
  <meta charset="utf-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <style>
    table.head, table.foot { width: 100%; }
    td.head-rtitle, td.foot-os { text-align: right; }
    td.head-vol { text-align: center; }
    .Nd, .Bf, .Op { display: inline; }
    .Pa, .Ad { font-style: italic; }
    .Ms { font-weight: bold; }
    .Bl-diag > dt { font-weight: bold; }
    code.Nm, .Fl, .Cm, .Ic, code.In, .Fd, .Fn, .Cd { font-weight: bold;
      font-family: inherit; }
  </style>
  <title>INSTALLISO(8)</title>
</head>
<body>
<table class="head">
  <tr>
    <td class="head-ltitle">INSTALLISO(8)</td>
    <td class="head-vol">System Manager's Manual</td>
    <td class="head-rtitle">INSTALLISO(8)</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"><code class="Nm">installiso</code> &#x2014;
    <span class="Nd">Customize OpenBSD installation images</span></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">installiso</code></td>
    <td>[<code class="Fl">-v</code>] <var class="Ar">command</var>
      [<var class="Ar">arg ...</var>]</td>
  </tr>
</table>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">installiso</code> utility facilitates
    creating custom ISO 9660 installation images for the unattended installation
    of <span class="Ux">OpenBSD</span>.</p>
<p class="Pp">The common options are as follows:</p>
<dl class="Bl-tag">
  <dt id="v"><a class="permalink" href="#v"><code class="Fl">-v</code></a></dt>
  <dd>Verbose mode. Causes <code class="Nm">installiso</code> to print
      informative messages. Multiple <code class="Fl">-v</code> options increase
      the verbosity. The maximum is 2. By default,
      <code class="Nm">installiso</code> is quiet.</dd>
</dl>
<p class="Pp">The commands are as follows:</p>
<dl class="Bl-tag">
  <dt id="fetch"><a class="permalink" href="#fetch"><code class="Cm">fetch</code></a>
    [<code class="Fl">-f</code>] [<code class="Fl">-m</code>
    <var class="Ar">mirror</var>] [<code class="Fl">-r</code>
    <var class="Ar">release</var>] [<code class="Fl">-p</code>
    <var class="Ar">key</var>] [<code class="Fl">-o</code>
    <var class="Ar">output</var>]</dt>
  <dd>Download and verify an official ISO 9660 installation image.
    <dl class="Bl-tag">
      <dt id="f"><a class="permalink" href="#f"><code class="Fl">-f</code></a></dt>
      <dd>Force overwriting existing files. By default,
          <code class="Cm">fetch</code> will not overwrite existing files.</dd>
      <dt id="m"><a class="permalink" href="#m"><code class="Fl">-m</code></a>
        <var class="Ar">mirror</var></dt>
      <dd>The HTTP(S) <span class="Ux">OpenBSD</span>
          <var class="Ar">mirror</var> to use. Defaults to the mirror specified
          by <a class="Xr">installurl(5)</a> or else
          <a class="Lk" href="https://cdn.openbsd.org/pub/OpenBSD/">https://cdn.openbsd.org/pub/OpenBSD/</a>.</dd>
      <dt id="r"><a class="permalink" href="#r"><code class="Fl">-r</code></a>
        <var class="Ar">release</var></dt>
      <dd>The <span class="Ux">OpenBSD</span> <var class="Ar">release</var>.
          Defaults to the latest development snapshot of -current.</dd>
      <dt id="p"><a class="permalink" href="#p"><code class="Fl">-p</code></a>
        <var class="Ar">key</var></dt>
      <dd>The public <a class="Xr">signify(1)</a> <var class="Ar">key</var> used
          to verify the downloaded installation image. Defaults to the key
          <span class="Pa">/etc/signify/openbsd-*-base.pub</span> corresponding
          to the downloaded release.</dd>
    </dl>
  </dd>
  <dt id="patch"><a class="permalink" href="#patch"><code class="Cm">patch</code></a>
    [<code class="Fl">-f</code>] [<code class="Fl">-i</code>
    <var class="Ar">install_conf</var>] [<code class="Fl">-u</code>
    <var class="Ar">upgrade_conf</var>] [<code class="Fl">-s</code>
    <var class="Ar">site_dir</var>] <var class="Ar">input</var>
    <var class="Ar">output</var></dt>
  <dd>Patch an ISO 9660 installation image.
    <dl class="Bl-tag">
      <dt id="f~2"><a class="permalink" href="#f~2"><code class="Fl">-f</code></a></dt>
      <dd>Force overwriting existing files. By default,
          <code class="Cm">patch</code> will not overwrite existing files.</dd>
      <dt id="i"><a class="permalink" href="#i"><code class="Fl">-i</code></a>
        <var class="Ar">install_conf</var></dt>
      <dd>Insert an <a class="Xr">autoinstall(8)</a> response file for
          unattended installation.</dd>
      <dt id="u"><a class="permalink" href="#u"><code class="Fl">-u</code></a>
        <var class="Ar">upgrade_conf</var></dt>
      <dd>Insert an <a class="Xr">autoinstall(8)</a> response file for
          unattended upgrade.</dd>
      <dt id="s"><a class="permalink" href="#s"><code class="Fl">-s</code></a>
        <var class="Ar">site</var></dt>
      <dd>Package and insert the directory <var class="Ar">site</var> as a
          site-specific file set.</dd>
      <dt><var class="Ar">input</var></dt>
      <dd>The <var class="Ar">input</var> installation image file.</dd>
      <dt><var class="Ar">output</var></dt>
      <dd>The <var class="Ar">output</var> installation image file.</dd>
    </dl>
  </dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="EXIT_STATUS"><a class="permalink" href="#EXIT_STATUS">EXIT
  STATUS</a></h1>
<p class="Pp">The <code class="Nm">installiso</code> utility exits&#x00A0;0 on
    success, and&#x00A0;&gt;0 if an error occurs.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
<p class="Pp">Fetch the latest development snapshot:</p>
<div class="Bd Pp Bd-indent Li">
<pre>$ installiso -v fetch</pre>
</div>
<p class="Pp">Fetch a specific release:</p>
<div class="Bd Pp Bd-indent Li">
<pre>$ installiso -v fetch -r 6.9</pre>
</div>
<p class="Pp">Create a custom image for unattended installation:</p>
<div class="Bd Pp Bd-indent Li">
<pre>$ doas installiso -v patch -i install.conf install69.iso custom.iso</pre>
</div>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
  ALSO</a></h1>
<p class="Pp"><a class="Xr">autoinstall(8)</a>, <a class="Xr">mkhybrid(8)</a>,
    <a class="Xr">rdsetroot(8)</a>, <a class="Xr">sysupgrade(8)</a>,
    <a class="Xr">vnconfig(8)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp"><span class="An">Stefan Kreutz</span>
    &lt;<a class="Mt" href="mailto:mail@skreutz.com">mail@skreutz.com</a>&gt;</p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">The <code class="Nm">installiso</code> utility is currently
    limited to the amd64 architecture because it wasn't tested on any other
    architecture.</p>
</section>
</div>
<table class="foot">
  <tr>
    <td class="foot-date">July 24, 2021</td>
    <td class="foot-os">OpenBSD 6.9</td>
  </tr>
</table>
</body>
</html>
Generated by cgit. See skreutz.com for my tech blog and contact information.