From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gTgPb1Hxqz2xQT for ; Mon, 01 Jun 2026 17:07:31 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gTgPb0yRGz2xHm for ; Mon, 01 Jun 2026 17:07:31 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gTgPT4d1jz2Jy for ; Mon, 01 Jun 2026 17:07:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780333645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=qX9WdJltyCStrKlwPvX+fv9VA0cYSsdYCnTW+oq6En0=; b=Aydh1Yi8msRqk0+yP+CxCeSW/SWXdxzNg1We9xun7UL+W5bVSY1dqhh71aVxNNDU2T22jI 8g2PEYxrDki/GVCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780333645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=qX9WdJltyCStrKlwPvX+fv9VA0cYSsdYCnTW+oq6En0=; b=AdsECV61J4lTmHs/lnZAnpkviTeq3HZ4O8HGL5cFbfF/jp5lWlVTFm0ACUHxEe/p4j7fRz yQlUvQTDwspu34EGQHH4aEpaMb04gbI9WOxI3/izsUxxRPMbulV+6H3kKImDai3Zm21o+O ElRtN8gmbqeMjzuhDlhhb1NZMbg8su/pIH464bMMFbg3Mu7sr/vB/OpAgKKcXxwJk8x/4D /QAjB0DgYQKcTrzKzas5OJY++WMpFWO5udDmWwnS1JL9Wr1P79rwcba8xZ16VQXi4lgAM+ V/0ZQRgo8xMEDj/ga6wg6TMMLGGUIhNij5CtJBCY67KZxFhnTnzgeMWhQX7uVg== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gTgPT1fc6z2xK2; Mon, 01 Jun 2026 17:07:25 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] The artwork of the ipfire project. branch, master, updated. 0c5c79071db27068da72ce14dcaf051b2b0a09f2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b8b5b91ba1823f47dc9c97e288e29208c23eccce X-Git-Newrev: 0c5c79071db27068da72ce14dcaf051b2b0a09f2 Message-Id: <4gTgPT1fc6z2xK2@people01.haj.ipfire.org> Date: Mon, 01 Jun 2026 17:07:25 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The artwork of the ipfire project.". The branch, master has been updated via 0c5c79071db27068da72ce14dcaf051b2b0a09f2 (commit) from b8b5b91ba1823f47dc9c97e288e29208c23eccce (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0c5c79071db27068da72ce14dcaf051b2b0a09f2 Author: Michael Tremer Date: Mon Jun 1 18:07:03 2026 +0100 bios: Add a BIOS boot logo Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) Difference in files: diff --git a/.gitignore b/.gitignore index 33c7606..8645a5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +bios/*.bmp inverted/*.pdf inverted/*.png inverted/*.svg diff --git a/Makefile b/Makefile index 3b54bcd..a02600e 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,10 @@ OBJECTS += \ standard/favicon-256x256.png \ standard/apple-touch-icon.png +# Render the BIOS boot logo +OBJECTS += \ + bios/boot-logo.bmp + # Colors PRIMARY = ff2e52 DARK = 363636 @@ -40,6 +44,9 @@ WHITE = ffffff # rsvg-convert command line RSVG_CONVERT = rsvg-convert --keep-aspect-ratio +# ImageMagick Convert +MAGICK = magick + # Inkscape command line INKSCAPE = inkscape $< --export-filename=$@ @@ -174,6 +181,13 @@ standard/favicon.svg: favicon-standalone.svg %-inverted.svg: %.svg $(TO_INVERTED) +# BIOS Boot Logo +bios/boot-logo.bmp: logo-standalone.svg + mkdir -p $(dir $@) && \ + $(RSVG_CONVERT) --width=360 $< | \ + $(MAGICK) - -background "#$(WHITE)" -gravity center -extent 800x600 \ + -alpha remove -alpha off -type TrueColor BMP3:$@ + .PHONY: clean clean: # Remove all generated objects hooks/post-receive -- The artwork of the ipfire project.