remove not needed quote

This commit is contained in:
Tobias Powalowski 2023-07-24 15:32:10 +02:00
parent 59937d3b3a
commit fa435e00c0
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ _create_iso() {
echo "Removing lvm2 from container ${_W_DIR}..." echo "Removing lvm2 from container ${_W_DIR}..."
${_NSPAWN} "${_W_DIR}" pacman -Rdd lvm2 --noconfirm &>/dev/null ${_NSPAWN} "${_W_DIR}" pacman -Rdd lvm2 --noconfirm &>/dev/null
. "${_W_DIR}/etc/archboot/presets/${_ARCH}" . "${_W_DIR}/etc/archboot/presets/${_ARCH}"
_ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-$(_kver ${_W_DIR}/${ALL_kver})"" _ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-$(_kver ${_W_DIR}/${ALL_kver})"
echo "Generating local ISO..." echo "Generating local ISO..."
# generate local iso in container # generate local iso in container
#if [[ "${_ARCH}" == "x86_64" ]]; then #if [[ "${_ARCH}" == "x86_64" ]]; then

View file

@ -361,7 +361,7 @@
</tbody> </tbody>
</table> </table>
<li>In <a href="https://rufus.ie" title="Rufus for Windows"><strong>Rufus for Windows</strong></a> use <strong>dd-Mode</strong> to write the image.</li> <li>In <a href="https://rufus.ie" title="Rufus for Windows"><strong>Rufus for Windows</strong></a> use <strong>dd-Mode</strong> to write the image.</li>
<li>For <strong>power users</strong> you might consider using a <a href="https://www.ventoy.net" title="ventoy"><strong>Ventoy</strong></a> boot stick. One stick to boot everything, without reformat the stick all the time.</li> <li><strong>Power users</strong> might consider using a <a href="https://www.ventoy.net" title="ventoy"><strong>Ventoy</strong></a> boot stick. One stick to boot everything, without reformat the stick all the time.</li>
<h2 data-number="3" id="archboot-in-a-nutshell"><span class="header-section-number">3.</span> Features In A Nutshell</h2> <h2 data-number="3" id="archboot-in-a-nutshell"><span class="header-section-number">3.</span> Features In A Nutshell</h2>
<h3 data-number="3.1" id="secure-boot-support"><span class="header-section-number">3.1</span> <strong>Secure Boot - MOK / Machine Owner Key</strong></h3> <h3 data-number="3.1" id="secure-boot-support"><span class="header-section-number">3.1</span> <strong>Secure Boot - MOK / Machine Owner Key</strong></h3>
<table> <table>