From: Lucas De Marchi Date: Wed, 3 Jan 2018 19:23:51 +0000 (-0800) Subject: testsuite: add Fedora's mkosi configuration X-Git-Tag: v25~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dde2770ee6d64e3f6e010edd812db5eba7a42ef4;p=thirdparty%2Fkmod.git 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. --- 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