Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 3196d4d

Browse files
committed
release: 4.0.2-beta.2
1 parent a460442 commit 3196d4d

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

bootiso

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck disable=SC2181
33
# shellcheck disable=SC2236
44
#
5-
# Version 4.0.2-beta.1
5+
# Version 4.0.2-beta.2
66
#
77
# bootiso - create a bootable USB drive from an image file
88
# Copyright (C) 2018-2020 jules randolph <jules.sam.randolph@gmail.com>
@@ -26,7 +26,7 @@
2626
set -o pipefail
2727
set -E
2828

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

docs/index.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,14 @@ <h2 class="Ss" id="Actions"><a class="permalink" href="#Actions">Actions</a></h2
182182
<dl class="Bl-tag">
183183
<dt><a class="permalink" href="#f,"><code class="Fl" id="f,">-f,</code></a>
184184
<code class="Cm">--format</code></dt>
185-
<dd>Wipe and format the selected USB device.
186-
<p class="Pp"><b class="Sy">Default Behavior:</b> If no device were
187-
explicitly selected with <code class="Cm">--device</code> modifier,
188-
<code class="Nm">bootiso</code> will prompt for selection. With no
189-
further notice, <code class="Nm">bootiso</code> will write a MBR
190-
partition table and format a FAT32 partition. These defaults can be
191-
overridden with <code class="Cm">--gpt</code> and
192-
<code class="Cm">--fs</code> modifiers.</p>
193-
</dd>
185+
<dd>Wipe and format the selected USB device. <b class="Sy">Default
186+
Behavior:</b> If no device were explicitly selected with
187+
<code class="Cm">--device</code> modifier, <code class="Nm">bootiso</code>
188+
will prompt for selection. With no further notice,
189+
<code class="Nm">bootiso</code> will write a MBR partition table and
190+
format a FAT32 partition. These defaults can be overridden with
191+
<code class="Cm">--gpt</code> and <code class="Cm">--fs</code>
192+
modifiers.</dd>
194193
<dt><a class="permalink" href="#h,"><code class="Fl" id="h,">-h,</code></a>
195194
<code class="Cm">--help</code></dt>
196195
<dd>Display a concise list of options then exits.</dd>
@@ -632,7 +631,7 @@ <h1 class="Sh" id="TROUBLESHOOTING"><a class="permalink" href="#TROUBLESHOOTING"
632631
<h1 class="Sh" id="COPYRIGHT"><a class="permalink" href="#COPYRIGHT">COPYRIGHT</a></h1>
633632
Copyright Jules Sam. Randolph.
634633
<p class="Pp">GPLv3 License:
635-
<a class="Lk" href="https://www.gnu.org/licenses/gpl-3.0">https://www.gnu.org/licenses/gpl-3.0</a>.
634+
<a class="Lk" href="https://www.gnu.org/licenses/gpl-3.0">https://www.gnu.org/licenses/gpl-3.0</a>
636635
This is free software: you are free to change and redistribute it. There is
637636
NO WARRANTY, to the extent permitted by law.</p>
638637
</section>
@@ -650,17 +649,20 @@ <h1 class="Sh" id="COMPATIBILITY"><a class="permalink" href="#COMPATIBILITY">COM
650649
Linux console. More specifically, the output device should support the
651650
following features:
652651
<ul class="Bl-bullet">
653-
<li>ASCII character set.</li>
652+
<li>ASCII character set;</li>
654653
<li>ECMA-48 SGR sequences to feature color, bold and underline text attributes
655654
as documented in
656655
<a class="Xr" href="https://manned.org/console_codes.4">console_codes(4)</a>.</li>
657656
</ul>
658657
</section>
659658
<section class="Sh">
660659
<h1 class="Sh" id="STANDARDS"><a class="permalink" href="#STANDARDS">STANDARDS</a></h1>
661-
<code class="Nm">bootiso</code> is compliant with <span class="St">IEEE Std
662-
1003.1-2008 (&#x201C;POSIX.1&#x201D;)</span>, Ch. 12, &#x201C;Utility
663-
Conventions&#x201D;.
660+
<code class="Nm">bootiso</code> is compliant with:
661+
<ul class="Bl-bullet">
662+
<li><span class="St">IEEE Std 1003.1-2008 (&#x201C;POSIX.1&#x201D;)</span>,
663+
Ch. 12, &#x201C;Utility Conventions&#x201D;;</li>
664+
<li>Filesystem Hierarchy Standard, version 3.0.</li>
665+
</ul>
664666
</section>
665667
<section class="Sh">
666668
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
@@ -670,8 +672,8 @@ <h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1
670672
</div>
671673
<table class="foot">
672674
<tr>
673-
<td class="foot-date">April 19, 2020</td>
674-
<td class="foot-os">bootiso 4.0.2-beta.1</td>
675+
<td class="foot-date">May 22, 2020</td>
676+
<td class="foot-os">bootiso 4.0.2-beta.2</td>
675677
</tr>
676678
</table>
677679
</body>

extra/man/bootiso.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.
1515
.Dd May 22, 2020
1616
.Dt BOOTISO 1
17-
.Os bootiso 4.0.2-beta.1
17+
.Os bootiso 4.0.2-beta.2
1818
.Sh NAME
1919
.Nm bootiso
2020
.Nd create a bootable USB drive from an image file

0 commit comments

Comments
 (0)