Unverified Commit 90748e28 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Added custom BIOS logo (#852)

parent 7cda0b54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# syntax=docker/dockerfile:1

FROM qemux/fiano AS src
FROM debian:trixie-slim

ARG VERSION_ARG="0.0"
@@ -53,6 +54,7 @@ RUN set -eu && \

COPY --chmod=755 ./src /run/
COPY --chmod=755 ./web /var/www/
COPY --chmod=755 --from=src /utk.bin /run
COPY --chmod=664 ./web/conf/defaults.json /usr/share/novnc
COPY --chmod=664 ./web/conf/mandatory.json /usr/share/novnc
COPY --chmod=744 ./web/conf/nginx.conf /etc/nginx/default.conf
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ case "${BOOT_MODE,,}" in
    if [ ! -s "$DEST.rom" ] || [ ! -f "$DEST.rom" ]; then
      [ ! -s "$OVMF/$ROM" ] || [ ! -f "$OVMF/$ROM" ] && error "UEFI boot file ($OVMF/$ROM) not found!" && exit 44
      cp "$OVMF/$ROM" "$DEST.rom"
      /run/utk.bin "$DEST.rom" replace_ffs LogoDXE "/var/www/img/${PROCESS,,}.ffs" save "$DEST.rom"
    fi

    if [ ! -s "$DEST.vars" ] || [ ! -f "$DEST.vars" ]; then

web/img/macos.ffs

0 → 100644
+63 KiB

File added.

No diff preview for this file type.

web/img/qemu.ffs

0 → 100644
+60.2 KiB

File added.

No diff preview for this file type.

web/img/windows.ffs

0 → 100644
+71.1 KiB

File added.

No diff preview for this file type.