From 19f4f86bfed21c5326ed2acebe1163f3a83e832b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 04:25:50 +0200 Subject: Adding upstream version 241. Signed-off-by: Daniel Baumann --- .mkosi/mkosi.arch | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .mkosi/mkosi.arch (limited to '.mkosi/mkosi.arch') diff --git a/.mkosi/mkosi.arch b/.mkosi/mkosi.arch new file mode 100644 index 0000000..aabfd52 --- /dev/null +++ b/.mkosi/mkosi.arch @@ -0,0 +1,57 @@ +# SPDX-License-Identifier: LGPL-2.1+ +# +# Copyright © 2016 Zeal Jagannatha + +# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi). +# Simply invoke "mkosi" in the project directory to build an OS image. + +[Distribution] +Distribution=arch + +[Output] +Format=raw_btrfs +Bootable=yes + +[Partitions] +RootSize=2G + +[Packages] +Cache=/var/cache/pacman/pkg/ +BuildPackages= + acl + bzip2 + cryptsetup + curl + dbus + docbook-xsl + elfutils + gcc + gettext + git + gnu-efi-libs + gnutls + gperf + iptables + kmod + libcap + libgcrypt + libidn2 + libmicrohttpd + libseccomp + libtool + libutil-linux + libxkbcommon + libxslt + lz4 + m4 + meson + pam + pkgconfig + python + python-lxml + qrencode + xz + +Packages= + libidn2 + qrencode -- cgit v1.2.3