Skip to content

Commit

Permalink
release: 4.0.2-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed May 25, 2020
1 parent a460442 commit 3196d4d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
4 changes: 2 additions & 2 deletions bootiso
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2181
# shellcheck disable=SC2236
#
# Version 4.0.2-beta.1
# Version 4.0.2-beta.2
#
# bootiso - create a bootable USB drive from an image file
# Copyright (C) 2018-2020 jules randolph <[email protected]>
Expand All @@ -26,7 +26,7 @@
set -o pipefail
set -E

version="4.0.2-beta.1"
version="4.0.2-beta.2"
scriptName=$(basename "$0")
bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1)

Expand Down
34 changes: 18 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,14 @@ <h2 class="Ss" id="Actions"><a class="permalink" href="#Actions">Actions</a></h2
<dl class="Bl-tag">
<dt><a class="permalink" href="#f,"><code class="Fl" id="f,">-f,</code></a>
<code class="Cm">--format</code></dt>
<dd>Wipe and format the selected USB device.
<p class="Pp"><b class="Sy">Default Behavior:</b> If no device were
explicitly selected with <code class="Cm">--device</code> modifier,
<code class="Nm">bootiso</code> will prompt for selection. With no
further notice, <code class="Nm">bootiso</code> will write a MBR
partition table and format a FAT32 partition. These defaults can be
overridden with <code class="Cm">--gpt</code> and
<code class="Cm">--fs</code> modifiers.</p>
</dd>
<dd>Wipe and format the selected USB device. <b class="Sy">Default
Behavior:</b> If no device were explicitly selected with
<code class="Cm">--device</code> modifier, <code class="Nm">bootiso</code>
will prompt for selection. With no further notice,
<code class="Nm">bootiso</code> will write a MBR partition table and
format a FAT32 partition. These defaults can be overridden with
<code class="Cm">--gpt</code> and <code class="Cm">--fs</code>
modifiers.</dd>
<dt><a class="permalink" href="#h,"><code class="Fl" id="h,">-h,</code></a>
<code class="Cm">--help</code></dt>
<dd>Display a concise list of options then exits.</dd>
Expand Down Expand Up @@ -632,7 +631,7 @@ <h1 class="Sh" id="TROUBLESHOOTING"><a class="permalink" href="#TROUBLESHOOTING"
<h1 class="Sh" id="COPYRIGHT"><a class="permalink" href="#COPYRIGHT">COPYRIGHT</a></h1>
Copyright Jules Sam. Randolph.
<p class="Pp">GPLv3 License:
<a class="Lk" href="https://www.gnu.org/licenses/gpl-3.0">https://www.gnu.org/licenses/gpl-3.0</a>.
<a class="Lk" href="https://www.gnu.org/licenses/gpl-3.0">https://www.gnu.org/licenses/gpl-3.0</a>
This is free software: you are free to change and redistribute it. There is
NO WARRANTY, to the extent permitted by law.</p>
</section>
Expand All @@ -650,17 +649,20 @@ <h1 class="Sh" id="COMPATIBILITY"><a class="permalink" href="#COMPATIBILITY">COM
Linux console. More specifically, the output device should support the
following features:
<ul class="Bl-bullet">
<li>ASCII character set.</li>
<li>ASCII character set;</li>
<li>ECMA-48 SGR sequences to feature color, bold and underline text attributes
as documented in
<a class="Xr" href="https://manned.org/console_codes.4">console_codes(4)</a>.</li>
</ul>
</section>
<section class="Sh">
<h1 class="Sh" id="STANDARDS"><a class="permalink" href="#STANDARDS">STANDARDS</a></h1>
<code class="Nm">bootiso</code> is compliant with <span class="St">IEEE Std
1003.1-2008 (&#x201C;POSIX.1&#x201D;)</span>, Ch. 12, &#x201C;Utility
Conventions&#x201D;.
<code class="Nm">bootiso</code> is compliant with:
<ul class="Bl-bullet">
<li><span class="St">IEEE Std 1003.1-2008 (&#x201C;POSIX.1&#x201D;)</span>,
Ch. 12, &#x201C;Utility Conventions&#x201D;;</li>
<li>Filesystem Hierarchy Standard, version 3.0.</li>
</ul>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
Expand All @@ -670,8 +672,8 @@ <h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1
</div>
<table class="foot">
<tr>
<td class="foot-date">April 19, 2020</td>
<td class="foot-os">bootiso 4.0.2-beta.1</td>
<td class="foot-date">May 22, 2020</td>
<td class="foot-os">bootiso 4.0.2-beta.2</td>
</tr>
</table>
</body>
2 changes: 1 addition & 1 deletion extra/man/bootiso.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.
.Dd May 22, 2020
.Dt BOOTISO 1
.Os bootiso 4.0.2-beta.1
.Os bootiso 4.0.2-beta.2
.Sh NAME
.Nm bootiso
.Nd create a bootable USB drive from an image file
Expand Down

0 comments on commit 3196d4d

Please sign in to comment.