From dde2770ee6d64e3f6e010edd812db5eba7a42ef4 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 3 Jan 2018 11:23:51 -0800 Subject: [PATCH] testsuite: add Fedora's mkosi configuration To use the Fedora configuration rather than the default, one should use: # make DISTRO=fedora mkosi While at it also reduce the root partition size for Arch, since it doesn't need that much. --- testsuite/mkosi/mkosi.arch | 2 +- testsuite/mkosi/mkosi.fedora | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 testsuite/mkosi/mkosi.fedora diff --git a/testsuite/mkosi/mkosi.arch b/testsuite/mkosi/mkosi.arch index 5ac0a453..324dfb0c 100644 --- a/testsuite/mkosi/mkosi.arch +++ b/testsuite/mkosi/mkosi.arch @@ -22,4 +22,4 @@ BuildPackages = linux-headers [Partitions] -RootSize = 4G +RootSize = 2G diff --git a/testsuite/mkosi/mkosi.fedora b/testsuite/mkosi/mkosi.fedora new file mode 100644 index 00000000..7be7dd9b --- /dev/null +++ b/testsuite/mkosi/mkosi.fedora @@ -0,0 +1,26 @@ +[Distribution] +Distribution=fedora +Release=27 + +[Output] +Output = fedora-image.raw + +[Packages] +Packages = valgrind +BuildPackages = + autoconf + automake + gcc + git + gtk-doc + kernel-devel + libtool + libxslt + make + pkgconf-pkg-config + xml-common + xz-devel + zlib-devel + +[Partitions] +RootSize = 2G -- 2.47.3