diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index 3a91e0530..b86c9fc9a 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -40,7 +40,8 @@ _create_iso() { # removing not working lvm2 from latest and local image first echo "Removing lvm2 from container ${_W_DIR}..." ${_NSPAWN} "${_W_DIR}" pacman -Rdd lvm2 --noconfirm &>/dev/null - ${_NSPAWN} "${_W_DIR}" /bin/bash -c ". /etc/archboot/presets/${_ARCH};export _ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-$(_kver ${ALL_kver})"" + . "${_W_DIR}/etc/archboot/presets/${_ARCH}" + _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 8ef85da7a..91c52b5cc 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -14,7 +14,7 @@

Logo

Archboot Project | Donate

-

© 2006 - 2023 | Tobias Powalowski
Arch Linux Developer tpowa
Last update: 22.07.2023 11:56

+

© 2006 - 2023 | Tobias Powalowski
Arch Linux Developer tpowa
Last update: 24.07.2023 15:17