From 45731ec5930a277aae87c160aafc41b1d55488a3c389ac6169854f00f4bce917 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 13 Jun 2024 13:56:32 +0000 Subject: [PATCH] Accepting request 1180397 from home:afeijoo:branches:Virtualization - Update package summary and description. * BIOS support was removed in v14, but restored in v16. - Remove dnf dependency. * With openSUSE, zypper is a sufficient requirement for mkosi to work. OBS-URL: https://build.opensuse.org/request/show/1180397 OBS-URL: https://build.opensuse.org/package/show/Virtualization/mkosi?expand=0&rev=37 --- mkosi.changes | 9 +++++++++ mkosi.spec | 19 +++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/mkosi.changes b/mkosi.changes index 7320e13..865dd8b 100644 --- a/mkosi.changes +++ b/mkosi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 13 09:23:17 UTC 2024 - Antonio Feijoo + +- Update package summary and description. + * BIOS support was removed in v14, but restored in v16. + +- Remove dnf dependency. + * With openSUSE, zypper is a sufficient requirement for mkosi to work. + ------------------------------------------------------------------- Wed Jun 12 20:26:36 UTC 2024 - Sebastian Wagner diff --git a/mkosi.spec b/mkosi.spec index dd013b1..2e4cc15 100644 --- a/mkosi.spec +++ b/mkosi.spec @@ -21,7 +21,7 @@ Name: mkosi Version: 23.1 Release: 0 -Summary: Build Legacy-Free OS Images +Summary: Build bespoke OS Images License: LGPL-2.1-or-later Group: System/Management URL: https://github.com/systemd/mkosi @@ -37,7 +37,6 @@ Requires: bubblewrap Requires: python3 >= 3.9 Requires: zypper Recommends: btrfsprogs -Recommends: dnf >= 4.8.0 Recommends: dosfstools Recommends: dpkg Recommends: edk2-ovmf @@ -50,13 +49,17 @@ BuildArch: noarch ExclusiveArch: x86_64 aarch64 %description -A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that -may generate disk images with a number of bells and whistles. +A fancy wrapper around "dnf --installroot", "apt", "pacman", and "zypper" that +generates disk images with a number of bells and whistles. -Generated images are "legacy-free". This means only GPT disk labels -(and no MBR disk labels) are supported, and only systemd based images -may be generated. Moreover, for bootable images only EFI systems are -supported (not plain MBR/BIOS). +Generated images are tailored to the purpose: GPT partitions, +systemd-boot or grub2, images for containers, VMs, initrd, and extensions. + +mkosi can boot an image via QEMU or systemd-nspawn, or simply start a shell in +chroot, burn the image to a device, connect to a running VM via ssh, extract +logs and coredumps, and also serve an image over HTTP. + +See https://mkosi.systemd.io/ for documentation. %prep %autosetup -p1