Erste Konfiguration für mkosi zur Generierung der ArchOS-Images.

This commit is contained in:
eichehome 2023-09-26 16:39:34 +02:00
parent 9cff4b5947
commit 3194164a16
5 changed files with 195 additions and 0 deletions

15
mkosi/mkosi.default Normal file
View file

@ -0,0 +1,15 @@
[Match]
Distribution=fedora
Release=24
[Output]
Format=raw btrfs
Bootable=yes
# SecureBoot=yes
# Verity=yes
[Packages]
# The packages to appear in both the build and the final image
Packages=openssh-clients httpd
# The packages to appear in the build image, but absent from the final image
BuildPackages=make gcc libcurl-devel