diff --git a/Dockerfile b/Dockerfile index 00bbd41..9441d8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk --update --no-cache add unzip && \ rm -rf /tmp/* /var/tmp/* /var/cache/apk/* FROM scratch AS runner -COPY --from=qemux/qemu:7.20 / / +COPY --from=qemux/qemu:7.21 / / ARG VERSION_ARG="0.0" ARG VERSION_KVM_OPENCORE="v21" diff --git a/src/boot.sh b/src/boot.sh index 599b82b..e83b69b 100644 --- a/src/boot.sh +++ b/src/boot.sh @@ -10,7 +10,7 @@ BOOT_DESC="" BOOT_OPTS="" OVMF="/usr/share/OVMF" -msg="Configuring boot options..." +msg="Configuring boot..." html "$msg" [[ "$DEBUG" == [Yy1]* ]] && echo "$msg"