diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:00:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:00:47 +0000 |
commit | 2cb7e0aaedad73b076ea18c6900b0e86c5760d79 (patch) | |
tree | da68ca54bb79f4080079bf0828acda937593a4e1 /.mkosi/mkosi.arch | |
parent | Initial commit. (diff) | |
download | systemd-2cb7e0aaedad73b076ea18c6900b0e86c5760d79.tar.xz systemd-2cb7e0aaedad73b076ea18c6900b0e86c5760d79.zip |
Adding upstream version 247.3.upstream/247.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.mkosi/mkosi.arch')
-rw-r--r-- | .mkosi/mkosi.arch | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/.mkosi/mkosi.arch b/.mkosi/mkosi.arch new file mode 100644 index 0000000..c50ee49 --- /dev/null +++ b/.mkosi/mkosi.arch @@ -0,0 +1,58 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# +# Copyright © 2016 Zeal Jagannatha + +# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi). +# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image. + +[Distribution] +Distribution=arch + +[Output] +Format=raw_btrfs +Bootable=yes + +[Partitions] +RootSize=3G + +[Packages] +Cache=/var/cache/pacman/pkg/ +BuildPackages= + acl + bzip2 + cryptsetup + curl + dbus + diffutils + docbook-xsl + elfutils + gcc + git + gnu-efi-libs + gnutls + gperf + inetutils + iptables + kmod + libcap + libgcrypt + libidn2 + libmicrohttpd + libseccomp + libutil-linux + libxkbcommon + libxslt + lz4 + m4 + meson + pam + pkgconfig + python + python-lxml + qrencode + xz + zstd + +Packages= + libidn2 + qrencode |