From 2e218703225835565700bce3f1d06349b21e9d20 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Sun, 3 Feb 2019 17:32:41 -0300 Subject: New upstream version 4+20190203 --- mkosi.files/mkosi.fedora | 24 ++++++++++++++++++++++++ mkosi.files/mkosi.ubuntu | 13 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 mkosi.files/mkosi.fedora create mode 100644 mkosi.files/mkosi.ubuntu (limited to 'mkosi.files') diff --git a/mkosi.files/mkosi.fedora b/mkosi.files/mkosi.fedora new file mode 100644 index 0000000..6bc292f --- /dev/null +++ b/mkosi.files/mkosi.fedora @@ -0,0 +1,24 @@ +# SPDX-License-Identifier: LGPL-2.1+ +# Let's build an image that is just good enough to build new mkosi images again + +[Distribution] +Distribution=fedora +Release=29 + +[Output] +Format=gpt_ext4 +Bootable=yes +Output=fedora.raw + +[Packages] +Packages= + arch-install-scripts + btrfs-progs + debootstrap + dnf + dosfstools + git-core + gnupg + squashfs-tools + tar + veritysetup diff --git a/mkosi.files/mkosi.ubuntu b/mkosi.files/mkosi.ubuntu new file mode 100644 index 0000000..98f33f9 --- /dev/null +++ b/mkosi.files/mkosi.ubuntu @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: LGPL-2.1+ + +[Distribution] +Distribution=ubuntu +Release=xenial + +[Output] +Format=gpt_ext4 +Output=ubuntu.raw + +[Packages] +Packages= + tzdata -- cgit v1.2.3