From fa435e00c0f8f280749e0bb70f8be3f8538b6ff3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 24 Jul 2023 15:32:10 +0200 Subject: [PATCH] remove not needed quote --- usr/lib/archboot/release.sh | 2 +- usr/share/archboot/doc/archboot.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index b86c9fc9a..29da3ef22 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -41,7 +41,7 @@ _create_iso() { echo "Removing lvm2 from container ${_W_DIR}..." ${_NSPAWN} "${_W_DIR}" pacman -Rdd lvm2 --noconfirm &>/dev/null . "${_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..." # generate local iso in container #if [[ "${_ARCH}" == "x86_64" ]]; then diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index 91c52b5cc..354f4fe14 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -361,7 +361,7 @@
  • In Rufus for Windows use dd-Mode to write the image.
  • -
  • For power users you might consider using a Ventoy boot stick. One stick to boot everything, without reformat the stick all the time.
  • +
  • Power users might consider using a Ventoy boot stick. One stick to boot everything, without reformat the stick all the time.
  • 3. Features In A Nutshell

    3.1 Secure Boot - MOK / Machine Owner Key