patches and low-level development discussion
 help / color / mirror / code / Atom feed
From: Demi Marie Obenour <demiobenour@gmail.com>
To: Spectrum OS Development <devel@spectrum-os.org>
Cc: Demi Marie Obenour <demiobenour@gmail.com>, Alyssa Ross <hi@alyssa.is>
Subject: [PATCH 09/20] Add os-release file
Date: Thu, 04 Sep 2025 17:26:31 -0400	[thread overview]
Message-ID: <20250904-systemd-v1-9-2a63b790a913@gmail.com> (raw)
In-Reply-To: <20250904-systemd-v1-0-2a63b790a913@gmail.com>

systemd-sysupdate expects one to exist and it's a good idea to have one
anyway.  Some third-party dependencies might check for it.

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
---
 host/rootfs/Makefile               |  1 +
 host/rootfs/etc/os-release         | 12 ++++++++++++
 host/rootfs/etc/os-release.license |  2 ++
 img/app/Makefile                   |  1 +
 img/app/etc/os-release             | 12 ++++++++++++
 img/app/etc/os-release.license     |  2 ++
 vm/sys/net/Makefile                |  1 +
 vm/sys/net/etc/os-release          | 12 ++++++++++++
 vm/sys/net/etc/os-release.license  |  2 ++
 9 files changed, 45 insertions(+)

diff --git a/host/rootfs/Makefile b/host/rootfs/Makefile
index 6cdbac201257faedb70344bcfd5cf9d4fd25b507..4faaccab8cb01d57ef7c48c01eb6fb1326cea4a0 100644
--- a/host/rootfs/Makefile
+++ b/host/rootfs/Makefile
@@ -17,6 +17,7 @@ FILES = \
 	etc/mdev/listen \
 	etc/mdev/net/add \
 	etc/mdev/wait \
+	etc/os-release \
 	etc/parse-devname \
 	etc/passwd \
 	etc/s6-linux-init/env/WAYLAND_DISPLAY \
diff --git a/host/rootfs/etc/os-release b/host/rootfs/etc/os-release
new file mode 100644
index 0000000000000000000000000000000000000000..536183411aa94b727f045c4623c29d66503738be
--- /dev/null
+++ b/host/rootfs/etc/os-release
@@ -0,0 +1,12 @@
+NAME="Spectrum OS"
+ID="spectrum"
+PRETTY_NAME="Spectrum OS 0.0.0-alpha0"
+VERSION="0.0.0-alpha0"
+VERSION_ID="0"
+IMAGE_ID="Spectrum-OS-Host"
+IMAGE_VERSION="0"
+RELEASE_TYPE="development"
+HOME_URL="https://www.spectrum-os.org/"
+VENDOR_URL="https://www.spectrum-os.org/"
+ANSI_COLOR="1;34"
+DEFAULT_HOSTNAME="spectrum-host"
diff --git a/host/rootfs/etc/os-release.license b/host/rootfs/etc/os-release.license
new file mode 100644
index 0000000000000000000000000000000000000000..c4a0586a407fe14c3e0855749a7524ac3871dda4
--- /dev/null
+++ b/host/rootfs/etc/os-release.license
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: CC0-1.0
+SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>
diff --git a/img/app/Makefile b/img/app/Makefile
index 062082e35ba352a8f0520b28379690f5a2ba2ed3..d3c206d70eedc2b423944ecff5f7c723ba719e0d 100644
--- a/img/app/Makefile
+++ b/img/app/Makefile
@@ -39,6 +39,7 @@ VM_FILES = \
 	etc/mdev/listen \
 	etc/mdev/virtiofs \
 	etc/mdev/wait \
+	etc/os-release \
 	etc/passwd \
 	etc/pipewire/pipewire.conf \
 	etc/resolv.conf \
diff --git a/img/app/etc/os-release b/img/app/etc/os-release
new file mode 100644
index 0000000000000000000000000000000000000000..73064cea96d66dd6d31b6b81c86b9ce2166efb88
--- /dev/null
+++ b/img/app/etc/os-release
@@ -0,0 +1,12 @@
+NAME="Spectrum OS"
+ID="spectrum"
+PRETTY_NAME="Spectrum OS 0.0.0-alpha0"
+VERSION="0.0.0-alpha0"
+VERSION_ID="0"
+IMAGE_ID="Spectrum-OS-VM-App"
+IMAGE_VERSION="0"
+RELEASE_TYPE="development"
+HOME_URL="https://www.spectrum-os.org/"
+VENDOR_URL="https://www.spectrum-os.org/"
+ANSI_COLOR="1;34"
+DEFAULT_HOSTNAME="spectrum-AppVM"
diff --git a/img/app/etc/os-release.license b/img/app/etc/os-release.license
new file mode 100644
index 0000000000000000000000000000000000000000..2f3a0c434ba93329fb8931eb69b33ca490af9126
--- /dev/null
+++ b/img/app/etc/os-release.license
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>
diff --git a/vm/sys/net/Makefile b/vm/sys/net/Makefile
index a8ad03862165a69f3f7dd3e49f668cfa887d817f..a5ba5bbe219c3a37ba887a360cea61b3dc8eedce 100644
--- a/vm/sys/net/Makefile
+++ b/vm/sys/net/Makefile
@@ -35,6 +35,7 @@ VM_FILES = \
 	etc/mdev.conf \
 	etc/mdev/iface \
 	etc/nftables.conf \
+	etc/os-release \
 	etc/passwd \
 	etc/s6-linux-init/run-image/service/getty-hvc0/run \
 	etc/s6-linux-init/scripts/rc.init \
diff --git a/vm/sys/net/etc/os-release b/vm/sys/net/etc/os-release
new file mode 100644
index 0000000000000000000000000000000000000000..536183411aa94b727f045c4623c29d66503738be
--- /dev/null
+++ b/vm/sys/net/etc/os-release
@@ -0,0 +1,12 @@
+NAME="Spectrum OS"
+ID="spectrum"
+PRETTY_NAME="Spectrum OS 0.0.0-alpha0"
+VERSION="0.0.0-alpha0"
+VERSION_ID="0"
+IMAGE_ID="Spectrum-OS-Host"
+IMAGE_VERSION="0"
+RELEASE_TYPE="development"
+HOME_URL="https://www.spectrum-os.org/"
+VENDOR_URL="https://www.spectrum-os.org/"
+ANSI_COLOR="1;34"
+DEFAULT_HOSTNAME="spectrum-host"
diff --git a/vm/sys/net/etc/os-release.license b/vm/sys/net/etc/os-release.license
new file mode 100644
index 0000000000000000000000000000000000000000..2f3a0c434ba93329fb8931eb69b33ca490af9126
--- /dev/null
+++ b/vm/sys/net/etc/os-release.license
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>

-- 
2.51.0


  parent reply	other threads:[~2025-09-04 23:48 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-04 21:26 [PATCH 00/20] Many image fixes and systemd integration Demi Marie Obenour
2025-09-04 21:26 ` [PATCH 01/20] scripts/make-erofs.sh: Ensure that / is world-readable Demi Marie Obenour
2025-09-08  8:21   ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 02/20] scripts/make-erofs.sh: Do not read one byte at a time Demi Marie Obenour
2025-09-08  8:23   ` Alyssa Ross
2025-09-08 16:57     ` Demi Marie Obenour
2025-09-09 15:19       ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 03/20] scripts/make-erofs.sh: Avoid unneeded calls to awk and chmod Demi Marie Obenour
2025-09-08  8:28   ` Alyssa Ross
2025-09-08 17:14     ` Demi Marie Obenour
2025-09-10 18:45       ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 04/20] scripts/make-erofs.sh: Validate all paths Demi Marie Obenour
2025-09-08  8:36   ` Alyssa Ross
2025-09-08 18:21     ` Demi Marie Obenour
2025-09-10 18:54       ` Alyssa Ross
2025-09-21 12:09         ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 05/20] scripts/make-erofs.sh: Avoid unneeded calls to dirname Demi Marie Obenour
2025-09-10 20:04   ` Alyssa Ross
2025-09-10 20:06     ` Demi Marie Obenour
2025-09-19 16:47   ` Alyssa Ross
2025-09-19 19:04     ` Demi Marie Obenour
2025-09-04 21:26 ` [PATCH 06/20] scripts/make-erofs.sh: Avoid unneeded calls to mkdir Demi Marie Obenour
2025-09-08  8:39   ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 07/20] scripts/make-erofs.sh: Standardize file modes in images Demi Marie Obenour
2025-09-08  8:46   ` Alyssa Ross
2025-09-08 17:16     ` Demi Marie Obenour
2025-09-19 17:50   ` Alyssa Ross
2025-09-19 19:18     ` Demi Marie Obenour
2025-09-21 12:23       ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 08/20] Standardize directories and symlinks " Demi Marie Obenour
2025-09-08  8:59   ` Alyssa Ross
2025-09-08 18:05     ` Demi Marie Obenour
2025-09-19 17:53       ` Alyssa Ross
2025-09-04 21:26 ` Demi Marie Obenour [this message]
2025-09-08  9:12   ` [PATCH 09/20] Add os-release file Alyssa Ross
2025-09-08 18:07     ` Demi Marie Obenour
2025-09-04 21:26 ` [PATCH 10/20] host/rootfs: Set -eu in build Demi Marie Obenour
2025-09-08  9:13   ` Alyssa Ross
2025-09-08 18:08     ` Demi Marie Obenour
2025-09-04 21:26 ` [PATCH 11/20] Add /dev/fd and /dev/std* Demi Marie Obenour
2025-09-08  9:18   ` Alyssa Ross
2025-09-08 18:12     ` Demi Marie Obenour
2025-09-04 21:26 ` [PATCH 12/20] host/rootfs: Do not read from /dev/tty1 Demi Marie Obenour
2025-09-08  9:19   ` Alyssa Ross
2025-09-08 18:18     ` Demi Marie Obenour
2025-09-19 18:22       ` Alyssa Ross
2025-09-19 19:00         ` Demi Marie Obenour
2025-09-21  9:01           ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 13/20] host/rootfs: pass API socket as fd 3, not fd 0 Demi Marie Obenour
2025-09-08  9:44   ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 14/20] host/rootfs: Disable unneeded BusyBox tools Demi Marie Obenour
2025-09-08  9:24   ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 15/20] host/rootfs: Use real less, not BusyBox less Demi Marie Obenour
2025-09-08  9:25   ` Alyssa Ross
2025-09-08 18:16     ` Demi Marie Obenour
2025-09-19 18:45       ` Alyssa Ross
2025-09-19 19:01         ` Demi Marie Obenour
2025-09-21  9:02           ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 16/20] host/rootfs: explicitly set PATH in network add script Demi Marie Obenour
2025-09-04 21:26 ` [PATCH 17/20] Use /etc/s6-rc/compiled for compiled s6-rc directory Demi Marie Obenour
2025-09-08  9:27   ` Alyssa Ross
2025-09-08 18:15     ` Demi Marie Obenour
2025-09-04 21:26 ` [PATCH 18/20] host/rootfs: virtiofsd: Do not use FD 0 as the socket Demi Marie Obenour
2025-09-08  9:44   ` Alyssa Ross
2025-09-04 21:26 ` [PATCH 19/20] host/rootfs: Disable unneeded busybox stuff Demi Marie Obenour
2025-09-04 21:26 ` [PATCH 20/20] host/rootfs: Switch to systemd Demi Marie Obenour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250904-systemd-v1-9-2a63b790a913@gmail.com \
    --to=demiobenour@gmail.com \
    --cc=devel@spectrum-os.org \
    --cc=hi@alyssa.is \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).